Skip to content

Commit 7e0bf4f

Browse files
committed
fix LOGBACK-1308
1 parent fc7c9a4 commit 7e0bf4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

logback-classic/src/main/java/ch/qos/logback/classic/LoggerContext.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ public final Logger getLogger(final Class<?> clazz) {
113113
}
114114

115115
@Override
116-
public final Logger getLogger(final String name) {
116+
public Logger getLogger(final String name) {
117117

118118
if (name == null) {
119119
throw new IllegalArgumentException("name argument cannot be null");

0 commit comments

Comments
 (0)