Skip to content

Commit

Permalink
feat: make StatementDeserializer public
Browse files Browse the repository at this point in the history
  • Loading branch information
takb committed Jan 8, 2025
1 parent 19385e1 commit 991fba4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

import static com.graphhopper.json.Statement.Keyword.*;

class StatementDeserializer extends JsonDeserializer<Statement> {
public class StatementDeserializer extends JsonDeserializer<Statement> {
@Override
public Statement deserialize(JsonParser p, DeserializationContext ctxt) throws IOException {
JsonNode treeNode = p.readValueAsTree();
Expand Down

0 comments on commit 991fba4

Please sign in to comment.