mirror of https://github.com/apache/druid.git
fix json
This commit is contained in:
parent
86c7ebe1e2
commit
16de004fdc
|
@ -566,4 +566,9 @@ public class RemoteTaskRunner implements TaskRunner
|
|||
throw Throwables.propagate(e);
|
||||
}
|
||||
}
|
||||
|
||||
public static void main(String[] args)
|
||||
{
|
||||
System.out.println("2013-03-11".compareTo("0"));
|
||||
}
|
||||
}
|
||||
|
|
|
@ -42,7 +42,6 @@ public class AutoScalingData<T>
|
|||
return nodeIds;
|
||||
}
|
||||
|
||||
@JsonProperty
|
||||
public List<T> getNodes()
|
||||
{
|
||||
return nodes;
|
||||
|
|
Loading…
Reference in New Issue