diff --git a/Core/src/org/sleuthkit/autopsy/contentviewers/annotations/Bundle.properties-MERGED b/Core/src/org/sleuthkit/autopsy/contentviewers/annotations/Bundle.properties-MERGED index f2be329390..1a14236464 100755 --- a/Core/src/org/sleuthkit/autopsy/contentviewers/annotations/Bundle.properties-MERGED +++ b/Core/src/org/sleuthkit/autopsy/contentviewers/annotations/Bundle.properties-MERGED @@ -10,6 +10,7 @@ AnnotationUtils.fileHitEntry.artifactCommentTitle=Artifact Comment AnnotationUtils.fileHitEntry.comment=Comment: AnnotationUtils.fileHitEntry.hashSetHitTitle=Hash Set Hit Comments AnnotationUtils.fileHitEntry.interestingFileHitTitle=Interesting File Hit Comments +AnnotationUtils.fileHitEntry.interestingItemTitle=Interesting Item Comments AnnotationUtils.fileHitEntry.setName=Set Name: AnnotationUtils.onEmpty=No annotations were found for this particular item. AnnotationUtils.sourceFile.title=Source File diff --git a/Core/src/org/sleuthkit/autopsy/discovery/ui/DiscoveryDialog.java b/Core/src/org/sleuthkit/autopsy/discovery/ui/DiscoveryDialog.java index 2cfb08306c..17ebb2caa4 100644 --- a/Core/src/org/sleuthkit/autopsy/discovery/ui/DiscoveryDialog.java +++ b/Core/src/org/sleuthkit/autopsy/discovery/ui/DiscoveryDialog.java @@ -725,7 +725,6 @@ final class DiscoveryDialog extends javax.swing.JDialog { * existing interesting file and artifact hits. */ @SuppressWarnings("deprecation") - @SuppressWarnings("fallthrough") @Override public void propertyChange(PropertyChangeEvent evt) { if (!shouldUpdate) {