mirror of https://github.com/apache/lucene.git
remove useless main method
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1164604 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
029b92fa72
commit
d535c65c95
|
@ -104,10 +104,6 @@ public final class UnicodeUtil {
|
|||
new byte[] {-1,-1,-1,-1,-1,-1,-1,-1,-1,-1}
|
||||
); // TODO this is unrelated here find a better place for it
|
||||
|
||||
public static void main(String[] args) {
|
||||
System.out.println(Character.toChars(0x10FFFF + 1));
|
||||
}
|
||||
|
||||
private UnicodeUtil() {} // no instance
|
||||
|
||||
public static final int UNI_SUR_HIGH_START = 0xD800;
|
||||
|
|
Loading…
Reference in New Issue