Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Jan 16, 2022
1 parent 3740a93 commit 143eece
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/com/fasterxml/jackson/core/JsonPointer.java
Expand Up @@ -98,13 +98,13 @@ protected JsonPointer(String fullString, String segment, int matchIndex, JsonPoi
_matchingPropertyName = segment;
_matchingElementIndex = matchIndex;
}

/*
/**********************************************************
/* Factory methods
/**********************************************************
*/

/**
* Factory method that parses given input and construct matching pointer
* instance, if it represents a valid JSON Pointer: if not, a
Expand Down

0 comments on commit 143eece

Please sign in to comment.