mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-14 00:46:16 +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 {
|
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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user