Skip to content

Commit 05cb7f8

Browse files
committed
Remove Log4j 1.x from Eclipse UI
1 parent 202b05a commit 05cb7f8

File tree

1 file changed

+0
-1
lines changed
  • eclipse/org.mybatis.generator.eclipse.ui/src/org/mybatis/generator/eclipse/ui/launcher/tabs

1 file changed

+0
-1
lines changed

eclipse/org.mybatis.generator.eclipse.ui/src/org/mybatis/generator/eclipse/ui/launcher/tabs/LoggingButtonData.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ public enum LoggingButtonData {
2222
SLF4J(false, "SLF4J"),
2323
COMMONS_LOGGING(false, "Jakarta Commons"),
2424
LOG4J2(false, "Log4j 2.x"),
25-
LOG4J(false, "Log4j 1.x"),
2625
JDK(false, "JDK Standard");
2726

2827
private String displayText;

0 commit comments

Comments
 (0)