Skip to content

Commit

Permalink
Remove Unused comment in Logger
Browse files Browse the repository at this point in the history
Signed-off-by: Wenjun Ruan <[email protected]>
  • Loading branch information
ruanwenjun committed Oct 15, 2024
1 parent 8749edc commit 7419ed9
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -341,11 +341,6 @@ void recursiveReset() {
}
}

/**
* The default size of child list arrays. The JDK 1.5 default is 10. We use a
* smaller value to save a little space.
*/

Logger createChildByName(final String childName) {
int i_index = LoggerNameUtil.getSeparatorIndexOf(childName, this.name.length() + 1);
if (i_index != -1) {
Expand Down

0 comments on commit 7419ed9

Please sign in to comment.