mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-13 08:26:15 +00:00
Marked string with NON-NLS
This commit is contained in:
parent
c664ea44fa
commit
e3a1303b58
@ -1185,7 +1185,7 @@ public class Case implements SleuthkitCase.ErrorObserver {
|
||||
try {
|
||||
Case.pcs.firePropertyChange(Events.REPORT_ADDED.toString(), null, report);
|
||||
} 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);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user