Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Dec 30, 2015
1 parent 43e2851 commit 1a8b5d3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public ObjectNode(JsonNodeFactory nc, Map<String, JsonNode> kids) {
super(nc);
_children = kids;
}

@Override
protected JsonNode _at(JsonPointer ptr) {
return get(ptr.getMatchingProperty());
Expand Down

0 comments on commit 1a8b5d3

Please sign in to comment.