Skip to content

Commit 7ba7985

Browse files
authored
make Parser.Symbol public to make implementation of EntryCallback and ExitCallback possible
1 parent a00a764 commit 7ba7985

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/dashjoin/jsonata/Parser.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ public static<T> T clone(T object) {
9292
}
9393
}
9494

95-
class Symbol implements Cloneable {
95+
public class Symbol implements Cloneable {
9696

9797
//Symbol s;
9898
String id;

0 commit comments

Comments
 (0)