mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-17 18:17:43 +00:00
7953 remove repeated suppresswarnings annotation which causes all bundle messages to break
This commit is contained in:
parent
050195694e
commit
4a664d2ecd
@ -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
|
||||
|
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user