Skip to content

Commit 9d7887b

Browse files
committed
warnings removal
1 parent 994dfba commit 9d7887b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/test/java/tools/jackson/databind/deser/NonBlockingDeserTest.java

-2
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,10 @@
55
import org.junit.jupiter.api.Test;
66

77
import tools.jackson.core.JsonParser;
8-
import tools.jackson.core.ObjectReadContext;
98
import tools.jackson.core.async.ByteArrayFeeder;
109
import tools.jackson.core.async.ByteBufferFeeder;
1110

1211
import tools.jackson.databind.ObjectMapper;
13-
import tools.jackson.databind.json.JsonMapper;
1412
import tools.jackson.databind.testutil.DatabindTestUtil;
1513

1614
import static org.junit.jupiter.api.Assertions.assertEquals;

0 commit comments

Comments
 (0)