Skip to content

Commit

Permalink
Update GenericTableModel.java
Browse files Browse the repository at this point in the history
  • Loading branch information
nicho92 authored Jan 28, 2025
1 parent d7d6898 commit 763a894
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public class GenericTableModel<T> extends AbstractTableModel {
protected transient List<T> items;
private String[] columns;
protected transient Logger logger = MTGLogger.getLogger(this.getClass());
protected boolean writable=false;
private boolean writable=false;
private boolean changed=false;
private int[] hiddenColumns = new int[0];

Expand Down

0 comments on commit 763a894

Please sign in to comment.