Skip to content

Commit 1f1ba41

Browse files
darxriggsfabienrenaud
authored andcommitted
Remove unused field
1 parent ba3e7b3 commit 1f1ba41

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/main/java/com/github/fabienrenaud/jjb/JsonUtils.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
package com.github.fabienrenaud.jjb;
22

3-
import com.dslplatform.json.JsonWriter;
4-
53
import javax.json.spi.JsonProvider;
64
import java.io.ByteArrayOutputStream;
75

@@ -34,7 +32,4 @@ public static StringBuilder stringBuilder() {
3432
private static final ThreadLocal<ByteArrayOutputStream> THREAD_BYTE_ARRAY_OUTPUT_STREAM = ThreadLocal.withInitial(ByteArrayOutputStream::new);
3533

3634
private static final ThreadLocal<StringBuilder> THREAD_STRING_BUILDER = ThreadLocal.withInitial(StringBuilder::new);
37-
38-
private static final ThreadLocal<com.dslplatform.json.JsonWriter> THREAD_DSL_WRITER = ThreadLocal.withInitial(JsonWriter::new);
39-
4035
}

0 commit comments

Comments
 (0)