docs: update template method

This commit is contained in:
Ilkka Seppälä
2024-05-22 11:07:53 +03:00
parent 3b70f7168c
commit 45052c65f5
2 changed files with 55 additions and 27 deletions
@@ -146,7 +146,7 @@ public abstract class StealingMethodTest<M extends StealingMethod> {
assertEquals(3, appender.getLogSize());
}
private class InMemoryAppender extends AppenderBase<ILoggingEvent> {
private static class InMemoryAppender extends AppenderBase<ILoggingEvent> {
private final List<ILoggingEvent> log = new LinkedList<>();
public InMemoryAppender() {