Skip to content

Commit

Permalink
Update MapTableModel.java
Browse files Browse the repository at this point in the history
  • Loading branch information
nicho92 authored Jan 28, 2025
1 parent 763a894 commit 01568d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/magic/gui/models/MapTableModel.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public class MapTableModel<K,V> extends GenericTableModel<Entry<K, V>> {

public MapTableModel() {
setColumns("ID","VALUE");
writable=false;
setWritable(false);
}

public void init(Set<Entry<K, V>> entrySet) {
Expand Down

0 comments on commit 01568d8

Please sign in to comment.