mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-17 10:17:41 +00:00
6714 add missing semi-colon
This commit is contained in:
parent
0ef55c7f6d
commit
67e716f13a
@ -208,7 +208,7 @@ final class DiscoveryDialog extends javax.swing.JDialog {
|
||||
orderByCombobox.addItem(method);
|
||||
}
|
||||
}
|
||||
orderByCombobox.setSelectedItem(getSelectedFilterPanel().getLastGroupSortingAlg())
|
||||
orderByCombobox.setSelectedItem(getSelectedFilterPanel().getLastGroupSortingAlg());
|
||||
);
|
||||
for (GroupSortingAlgorithm groupSortAlgorithm : GroupSortingAlgorithm.values()) {
|
||||
groupSortingComboBox.addItem(groupSortAlgorithm);
|
||||
|
Loading…
x
Reference in New Issue
Block a user