Skip to content

Commit 143eece

Browse files
committed
...
1 parent 3740a93 commit 143eece

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/com/fasterxml/jackson/core/JsonPointer.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -98,13 +98,13 @@ protected JsonPointer(String fullString, String segment, int matchIndex, JsonPoi
9898
_matchingPropertyName = segment;
9999
_matchingElementIndex = matchIndex;
100100
}
101-
101+
102102
/*
103103
/**********************************************************
104104
/* Factory methods
105105
/**********************************************************
106106
*/
107-
107+
108108
/**
109109
* Factory method that parses given input and construct matching pointer
110110
* instance, if it represents a valid JSON Pointer: if not, a

0 commit comments

Comments
 (0)