Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Sep 12, 2024
1 parent 5606536 commit 89b2381
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/com/fasterxml/jackson/core/JsonPointer.java
Original file line number Diff line number Diff line change
Expand Up @@ -822,7 +822,6 @@ protected JsonPointer _constructHead()
// and from that, length of suffix to drop
int suffixLength = last.length();
JsonPointer next = _nextSegment;
// !!! TODO 07-Oct-2022, tatu: change to iterative, not recursive
String fullString = toString();
return new JsonPointer(fullString.substring(0, fullString.length() - suffixLength), 0,
_matchingPropertyName,
Expand Down

0 comments on commit 89b2381

Please sign in to comment.