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 0fe4212Copy full SHA for 0fe4212
src/main/java/com/fasterxml/jackson/core/JsonPointer.java
@@ -76,13 +76,13 @@ 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}.
84
85
- public JsonPointer() {
+ protected JsonPointer() {
86
_nextSegment = null;
87
_matchingPropertyName = "";
88
_matchingElementIndex = -1;
0 commit comments