diff options
author | kamaci <furkankamaci@gmail.com> | 2020-10-19 00:01:12 +0300 |
---|---|---|
committer | kamaci <furkankamaci@gmail.com> | 2020-10-19 00:01:12 +0300 |
commit | 3cd7831692b1725713e297372a0181e5ae614eb9 (patch) | |
tree | 46725cd3575e53ff9ff40b44236b34a323f804ac /src/test/java/org/traccar/protocol/UlbotechFrameDecoderTest.java | |
parent | 98c2e3da5ea0670360078a3f278ddef7d9e39953 (diff) | |
download | trackermap-server-3cd7831692b1725713e297372a0181e5ae614eb9.tar.gz trackermap-server-3cd7831692b1725713e297372a0181e5ae614eb9.tar.bz2 trackermap-server-3cd7831692b1725713e297372a0181e5ae614eb9.zip |
Anonymous types are replaced with lambda.
Diffstat (limited to 'src/test/java/org/traccar/protocol/UlbotechFrameDecoderTest.java')
-rw-r--r-- | src/test/java/org/traccar/protocol/UlbotechFrameDecoderTest.java | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/test/java/org/traccar/protocol/UlbotechFrameDecoderTest.java b/src/test/java/org/traccar/protocol/UlbotechFrameDecoderTest.java index 01d63bfa3..31e748f27 100644 --- a/src/test/java/org/traccar/protocol/UlbotechFrameDecoderTest.java +++ b/src/test/java/org/traccar/protocol/UlbotechFrameDecoderTest.java @@ -3,8 +3,6 @@ package org.traccar.protocol; import org.junit.Test; import org.traccar.ProtocolTest; -import static org.junit.Assert.assertEquals; - public class UlbotechFrameDecoderTest extends ProtocolTest { @Test |