mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-12 16:06:15 +00:00
Merge pull request #7147 from markmckinnon/7832-Clean-up-DataArtifactContentViewer.isPreferred()-to-remove-the-concept-of-ANALYSIS_RESULT
:7832-Clean-up-DataArtifactContentViewer.isPreferred()-to-remove-the-concept-of-ANALYSIS_RESULT
This commit is contained in:
commit
f50b2e4ab0
@ -385,7 +385,6 @@ public class DataArtifactContentViewer extends javax.swing.JPanel implements Dat
|
||||
case DATA_ARTIFACT:
|
||||
return MORE_PREFERRED;
|
||||
// everything else is less preferred
|
||||
case ANALYSIS_RESULT:
|
||||
default:
|
||||
return LESS_PREFERRED;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user