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 d0ca52c commit 94b5104Copy full SHA for 94b5104
1 file changed
src/main/java/com/maxmind/maxminddb/Metadata.java
@@ -18,8 +18,6 @@ final class Metadata {
18
final long searchTreeSize;
19
final JsonNode languages;
20
21
- // XXX - think about how I want to construct this. Maybe look at how JSON
22
- // parsers deal with types
23
public Metadata(JsonNode metadata) {
24
this.binaryFormatMajorVersion = metadata.get(
25
"binary_format_major_version").asInt();
0 commit comments