Skip to content

Commit ac07180

Browse files
authored
Merge pull request #56 from dieu/main
make Parser.Symbol public to make implementation of EntryCallback and ExitCallback possible
2 parents 4e8c59a + 7ba7985 commit ac07180

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)