Skip to content

Commit 6d8a09f

Browse files
committed
Merge branch '2.18'
2 parents 972272b + 89b2381 commit 6d8a09f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/tools/jackson/core/JsonPointer.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -802,7 +802,6 @@ protected JsonPointer _constructHead()
802802
// and from that, length of suffix to drop
803803
int suffixLength = last.length();
804804
JsonPointer next = _nextSegment;
805-
// !!! TODO 07-Oct-2022, tatu: change to iterative, not recursive
806805
String fullString = toString();
807806
return new JsonPointer(fullString.substring(0, fullString.length() - suffixLength), 0,
808807
_matchingPropertyName,

0 commit comments

Comments
 (0)