SOLR-13637: removed ununsed code

This commit is contained in:
noble 2019-07-21 12:29:02 -07:00
parent 631edee1cb
commit afa64c892b
1 changed files with 0 additions and 7 deletions

View File

@ -722,11 +722,4 @@ public class Utils {
return def;
}
public static void main(String[] args) {
List<String> strings = StrUtils.splitSmart("overlay/requestHandler//runtime/class",
'/', true);
System.out.println(strings);
}
}