Skip to content

Commit 89b2381

Browse files
committed
...
1 parent 5606536 commit 89b2381

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

-1
Original file line numberDiff line numberDiff line change
@@ -822,7 +822,6 @@ protected JsonPointer _constructHead()
822822
// and from that, length of suffix to drop
823823
int suffixLength = last.length();
824824
JsonPointer next = _nextSegment;
825-
// !!! TODO 07-Oct-2022, tatu: change to iterative, not recursive
826825
String fullString = toString();
827826
return new JsonPointer(fullString.substring(0, fullString.length() - suffixLength), 0,
828827
_matchingPropertyName,

0 commit comments

Comments
 (0)