diff options
Diffstat (limited to 'test/org/traccar/protocol/TytanProtocolDecoderTest.java')
-rw-r--r-- | test/org/traccar/protocol/TytanProtocolDecoderTest.java | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test/org/traccar/protocol/TytanProtocolDecoderTest.java b/test/org/traccar/protocol/TytanProtocolDecoderTest.java index 3e846cbe6..fb389a2cd 100644 --- a/test/org/traccar/protocol/TytanProtocolDecoderTest.java +++ b/test/org/traccar/protocol/TytanProtocolDecoderTest.java @@ -1,9 +1,6 @@ package org.traccar.protocol; -import org.jboss.netty.buffer.ChannelBuffers; import org.junit.Test; -import org.traccar.helper.ChannelBufferTools; -import static org.traccar.helper.DecoderVerifier.verify; public class TytanProtocolDecoderTest extends ProtocolDecoderTest { |