docs: update strategy

This commit is contained in:
Ilkka Seppälä
2024-05-21 17:38:03 +03:00
parent 7bf1e36e5d
commit f3bde28d01
2 changed files with 51 additions and 69 deletions
@@ -91,7 +91,7 @@ class DragonSlayingStrategyTest {
assertEquals(1, appender.getLogSize());
}
private class InMemoryAppender extends AppenderBase<ILoggingEvent> {
private static class InMemoryAppender extends AppenderBase<ILoggingEvent> {
private final List<ILoggingEvent> log = new LinkedList<>();
public InMemoryAppender() {