mirror of https://github.com/apache/lucene.git
SOLR-13637: removed ununsed code
This commit is contained in:
parent
631edee1cb
commit
afa64c892b
|
@ -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);
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue