1
0
Fork 0
mirror of https://github.com/graphhopper/jsprit.git synced 2020-01-24 07:45:05 +01:00

add json stuff

This commit is contained in:
oblonski 2014-11-05 06:33:39 +01:00
parent ed1361482e
commit a55be49735

View file

@ -47,8 +47,6 @@ public class JsonConstants {
public static final String END = "end"; public static final String END = "end";
} }
public static String JOB = "job";
public static class Job { public static class Job {
public static final String SIZE = "size"; public static final String SIZE = "size";