Skip to content
Snippets Groups Projects

Json pointer

Merged Johannes Mey requested to merge json-pointer into master
2 files
+ 2
2
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -14,7 +14,7 @@ import java.util.List;
public class Compiler {
private static final String VERSION = "0.2.3";
private static final String VERSION = "0.2.4";
private ArrayList<Option<?>> options;
private FlagOption optionWriteToFile;
Loading