mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-19 19:14:55 +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();
|
List<TagName> tagNames = caseDb.getTagNamesInUse();
|
||||||
for(TagName name : tagNames) {
|
for(TagName name : tagNames) {
|
||||||
//tagsListModel.add(count, name.getDisplayName());
|
|
||||||
tagsListModel.add(count, name);
|
tagsListModel.add(count, name);
|
||||||
count++;
|
count++;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user