We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a00a764 commit 7ba7985Copy full SHA for 7ba7985
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