Marked string with NON-NLS

This commit is contained in:
Nick Davis 2014-06-13 11:24:41 -04:00
parent c664ea44fa
commit e3a1303b58

View File

@ -1185,7 +1185,7 @@ public class Case implements SleuthkitCase.ErrorObserver {
try { try {
Case.pcs.firePropertyChange(Events.REPORT_ADDED.toString(), null, report); Case.pcs.firePropertyChange(Events.REPORT_ADDED.toString(), null, report);
} catch (Exception ex) { } catch (Exception ex) {
String errorMessage = String.format("A Case %s listener threw an exception", Events.REPORT_ADDED.toString()); String errorMessage = String.format("A Case %s listener threw an exception", Events.REPORT_ADDED.toString()); //NON-NLS
logger.log(Level.SEVERE, errorMessage, ex); logger.log(Level.SEVERE, errorMessage, ex);
} }
} }