We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6be0f3 commit 64ba006Copy full SHA for 64ba006
logunit-logback/src/main/java/io/github/netmikey/logunit/logback/ConcurrentListAppender.java
@@ -11,9 +11,9 @@
11
* Unfortunately, Logback's {@link ListAppender} isn't thread safe. This is a
12
* thread-safe variant based on it. Technically speaking, it doesn't use a
13
* {@link List} but a {@link ConcurrentLinkedQueue} and exposes items using a
14
- * {@link Splierator}.
+ * {@link Spliterator}.
15
*
16
- * @See ListAppender
+ * @see ListAppender
17
18
* @param <E>
19
* The list element type.
0 commit comments