Skip to content

Commit

Permalink
fix update i18n error.
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHubNull committed Jun 11, 2023
1 parent c792568 commit 74da697
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/models/CommandLineTableModel.java
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ public void updateI18n() {
EX_MSG.getMsg("tag"),
EX_MSG.getMsg("commandLine")};

SwingUtilities.invokeLater(() -> fireTableStructureChanged());
SwingUtilities.invokeLater(this::fireTableStructureChanged);
}

}

0 comments on commit 74da697

Please sign in to comment.