We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dccb17 commit d88aa75Copy full SHA for d88aa75
src/main/java/com/fasterxml/jackson/core/JsonPointer.java
@@ -76,13 +76,12 @@ public class JsonPointer implements Serializable
76
/* Construction
77
/**********************************************************
78
*/
79
-
+
80
/**
81
* Constructor used for creating "empty" instance, used to represent
82
- * state that matches current node. Note that this constructor must be public for
83
- * implementing {@link Externalizable}.
+ * state that matches current node.
84
85
- public JsonPointer() {
+ protected JsonPointer() {
86
_nextSegment = null;
87
_matchingPropertyName = "";
88
_matchingElementIndex = -1;
0 commit comments