Skip to content

Commit 7419ed9

Browse files
committed
Remove Unused comment in Logger
Signed-off-by: Wenjun Ruan <[email protected]>
1 parent 8749edc commit 7419ed9

File tree

1 file changed

+0
-5
lines changed
  • logback-classic/src/main/java/ch/qos/logback/classic

1 file changed

+0
-5
lines changed

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -341,11 +341,6 @@ void recursiveReset() {
341341
}
342342
}
343343

344-
/**
345-
* The default size of child list arrays. The JDK 1.5 default is 10. We use a
346-
* smaller value to save a little space.
347-
*/
348-
349344
Logger createChildByName(final String childName) {
350345
int i_index = LoggerNameUtil.getSeparatorIndexOf(childName, this.name.length() + 1);
351346
if (i_index != -1) {

0 commit comments

Comments
 (0)