Skip to content

Commit ee8c341

Browse files
committed
removed nunsed import
1 parent 4cb9324 commit ee8c341

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

msgpack-core/src/main/java/org/msgpack/core/buffer/ArrayBufferInput.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@
1515
//
1616
package org.msgpack.core.buffer;
1717

18-
import java.io.IOException;
19-
2018
import static org.msgpack.core.Preconditions.checkNotNull;
2119

2220
/**

msgpack-core/src/main/java/org/msgpack/core/buffer/ByteBufferInput.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
//
1616
package org.msgpack.core.buffer;
1717

18-
import java.io.IOException;
1918
import java.nio.ByteBuffer;
2019

2120
import static org.msgpack.core.Preconditions.checkNotNull;

0 commit comments

Comments
 (0)