Skip to content

Commit 158fd12

Browse files
cursoragentsimbo1905
andcommitted
Issue #128 Fix JsonPathAstBacked method visibility
Co-authored-by: simbo1905 <simbo1905@60hertz.com>
1 parent 4530a3c commit 158fd12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

json-java21-jsonpath/src/main/java/json/java21/jsonpath/JsonPathAstPath.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public String toString() {
3232
}
3333

3434
@Override
35-
JsonPathAst.Root ast() {
35+
public JsonPathAst.Root ast() {
3636
return ast;
3737
}
3838
}

0 commit comments

Comments
 (0)