6714 add missing semi-colon

This commit is contained in:
William Schaefer 2020-09-11 10:29:54 -04:00
parent 0ef55c7f6d
commit 67e716f13a

View File

@ -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);