Skip to content

Commit

Permalink
applied spotless checks...
Browse files Browse the repository at this point in the history
  • Loading branch information
grobmeier committed Dec 26, 2023
1 parent 58399e9 commit 677896e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@ public PermissionCollection getPermissions(CodeSource codesource) {
splashViewer.removeSplash();
logUI.buildChainsawLogPanel();
});
//EventQueue.invokeLater();

logger.info("SecurityManager is now: {}", System.getSecurityManager());
}
Expand Down
1 change: 0 additions & 1 deletion src/main/java/org/apache/log4j/chainsaw/logui/LogUI.java
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,6 @@ public void buildChainsawLogPanel() {
} else {
logUIPanelBuilder.buildLogPanel(false, "Chainsaw", null);
}

}

public void addWelcomePanel() {
Expand Down

0 comments on commit 677896e

Please sign in to comment.