We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8344dda commit d67528dCopy full SHA for d67528d
src/test/java/com/mapcode/EncodeDecodeTest.java
@@ -33,8 +33,6 @@
33
@SuppressWarnings({"JUnitTestMethodWithNoAssertions", "OverlyBroadThrowsClause", "ProhibitedExceptionDeclared"})
34
public class EncodeDecodeTest {
35
private static final Logger LOG = LoggerFactory.getLogger(EncodeDecodeTest.class);
36
- private static final Gson GSON =
37
- new GsonBuilder().serializeSpecialFloatingPointValues().create();
38
39
private static final int NUMBER_OF_POINTS = 5000;
40
private static final int LOG_LINE_EVERY = 500;
0 commit comments