7953 remove repeated suppresswarnings annotation which causes all bundle messages to break

This commit is contained in:
William Schaefer 2021-10-22 17:23:37 -04:00
parent 050195694e
commit 4a664d2ecd
2 changed files with 1 additions and 1 deletions

View File

@ -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

View File

@ -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) {