Skip to content

Commit 6978b7b

Browse files
committed
Merge branch 'main' of github.com:simbo1905/java.util.json.Java21
2 parents e665a18 + 63ec395 commit 6978b7b

File tree

1 file changed

+1
-1
lines changed
  • json-java21/src/main/java/jdk/sandbox/internal/util/json

1 file changed

+1
-1
lines changed

json-java21/src/main/java/jdk/sandbox/internal/util/json/Utils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ public static JsonAssertionException composeTypeError(JsonValue jv, String expec
113113
+ ((jv instanceof JsonValueImpl jvi && jvi.doc() != null) ? JsonPath.getPath(jvi) : ""));
114114
}
115115

116-
public static String getPath(JsonValueImpl jvi) {
116+
static String getPath(JsonValueImpl jvi) {
117117
return JsonPath.getPath(jvi);
118118
}
119119

0 commit comments

Comments
 (0)