mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-19 02:57:44 +00:00
Minor cleanup
This commit is contained in:
parent
e33880f8a3
commit
05f3d16c63
@ -267,7 +267,6 @@ public class FileSearchDialog extends javax.swing.JDialog implements ActionListe
|
||||
|
||||
List<TagName> tagNames = caseDb.getTagNamesInUse();
|
||||
for(TagName name : tagNames) {
|
||||
//tagsListModel.add(count, name.getDisplayName());
|
||||
tagsListModel.add(count, name);
|
||||
count++;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user