Skip to content

Commit

Permalink
make final
Browse files Browse the repository at this point in the history
  • Loading branch information
xzel23 committed Apr 23, 2024
1 parent 8d0f797 commit 45bf064
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ public class SwingLogPane extends JPanel {
private final TableRowSorter<AbstractTableModel> tableRowSorter;
private Function<? super LogEntry, String> format = LogEntry::toString;
private double dividerLocation = 0.5;
private JScrollPane scrollPaneTable;
private JScrollPane scrollPaneDetails;
private final JScrollPane scrollPaneTable;
private final JScrollPane scrollPaneDetails;
private List<LogEntry> selectedEntries = Collections.emptyList();

/**
Expand Down

0 comments on commit 45bf064

Please sign in to comment.