We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4e8c59a + 7ba7985 commit ac07180Copy full SHA for ac07180
1 file changed
src/main/java/com/dashjoin/jsonata/Parser.java
@@ -92,7 +92,7 @@ public static<T> T clone(T object) {
92
}
93
94
95
- class Symbol implements Cloneable {
+ public class Symbol implements Cloneable {
96
97
//Symbol s;
98
String id;
0 commit comments