Skip to content

Commit d67528d

Browse files
committed
Removed superfluous GSON object
1 parent 8344dda commit d67528d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/test/java/com/mapcode/EncodeDecodeTest.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@
3333
@SuppressWarnings({"JUnitTestMethodWithNoAssertions", "OverlyBroadThrowsClause", "ProhibitedExceptionDeclared"})
3434
public class EncodeDecodeTest {
3535
private static final Logger LOG = LoggerFactory.getLogger(EncodeDecodeTest.class);
36-
private static final Gson GSON =
37-
new GsonBuilder().serializeSpecialFloatingPointValues().create();
3836

3937
private static final int NUMBER_OF_POINTS = 5000;
4038
private static final int LOG_LINE_EVERY = 500;

0 commit comments

Comments
 (0)