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:
Simon Willnauer 2011-09-02 16:15:06 +00:00
parent 029b92fa72
commit d535c65c95
1 changed files with 0 additions and 4 deletions

View File

@ -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;