Fix compiler error with javac

This commit is contained in:
Dave Syer
2016-03-17 20:23:09 +00:00
parent ef1c91b24d
commit 600c1ce544

View File

@@ -135,7 +135,7 @@ public class Span {
@SuppressWarnings("unused")
private Span() {
this(-1,-1,"dummy",0,Collections.emptyList(),0,false,false,null);
this(-1,-1,"dummy",0,Collections.<Long>emptyList(),0,false,false,null);
}
/**