Skip to content

Commit 1955c40

Browse files
committed
Fix javadoc
1 parent 6d53115 commit 1955c40

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/main/java/net/logstash/logback/composite/AbstractCompositeJsonFormatter.java

+1-4
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,7 @@
5050
* and then ends the JSON object ('}').
5151
*
5252
* <p>Jackson {@link JsonGenerator} are initially created with a "disconnected" output stream so they can be
53-
* reused multiple times with different target output stream. They are kept in an internal pool whose
54-
* size is technically unbounded. It will however never hold more entries than the number of concurrent
55-
* threads accessing it. Entries are kept in the pool using soft references so they can be garbage
56-
* collected by the JVM when running low in memory.
53+
* reused multiple times with different target output stream.
5754
*
5855
* <p>{@link JsonGenerator} instances are *not* reused after they threw an exception. This is to prevent
5956
* reusing an instance whose internal state may be unpredictable.

0 commit comments

Comments
 (0)