Skip to content

Commit

Permalink
javadoc improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Dec 31, 2024
1 parent 7e4862c commit 6c6a132
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/java/tools/jackson/databind/JsonNode.java
Original file line number Diff line number Diff line change
Expand Up @@ -1036,8 +1036,6 @@ public boolean hasNonNull(int index) {
* this node is a JSON Array or Object node. In case of Object node,
* field names (keys) are not included, only values.
* For other types of nodes, returns empty iterator.
* <p>
* Note: In Jackson 3, this method will be renamed to {@code values()}.
*/
public Iterator<JsonNode> values() {
return ClassUtil.emptyIterator();
Expand Down

0 comments on commit 6c6a132

Please sign in to comment.