Skip to content

Commit

Permalink
v1.20 patch 3
Browse files Browse the repository at this point in the history
  • Loading branch information
StupidRepo committed Jul 22, 2023
1 parent 012bfbf commit b50845b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/com/stupidrepo/mcscanner/MCScanner.java
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ public ServerList(DatabaseHandler dbHandler) {
timer.start();
timer.getListeners(ActionListener.class)[0].actionPerformed(null);

TableRowSorter < TableModel > sorter = new TableRowSorter < > (table.getModel());
TableRowSorter < TableModel > sorter = new TableRowSorter<> (table.getModel());
table.setRowSorter(sorter);

this.frame.add(scrollPane, BorderLayout.CENTER);
Expand Down

0 comments on commit b50845b

Please sign in to comment.