X-Git-Url: http://gitweb.fperrin.net/?a=blobdiff_plain;f=src%2Fcom%2Fhughes%2Fandroid%2Fdictionary%2FSerializeCollatorTest.java;h=845bdbafca8e3773747e2eb2960b5d7f22e2a152;hb=5a1b9f8a37d03dc675e1d895817422e9743a5b5b;hp=bfc531e59f3f94847a338fc77f46f085960c114e;hpb=4cd58a78dd8abca38d25195598ed0be4adbdde06;p=DictionaryPC.git diff --git a/src/com/hughes/android/dictionary/SerializeCollatorTest.java b/src/com/hughes/android/dictionary/SerializeCollatorTest.java index bfc531e..845bdba 100644 --- a/src/com/hughes/android/dictionary/SerializeCollatorTest.java +++ b/src/com/hughes/android/dictionary/SerializeCollatorTest.java @@ -19,18 +19,17 @@ import java.io.IOException; import java.util.Comparator; import com.hughes.android.dictionary.engine.Language; -import java.text.Collator; public class SerializeCollatorTest { - /** - * @param args - * @throws IOException - */ - public static void main(String[] args) throws IOException { - File temp = File.createTempFile("temp", null); - final Comparator c = Language.de.getCollator(); - //FileUtil.writeObject(c, temp); - } + /** + * @param args + * @throws IOException + */ + public static void main(String[] args) throws IOException { + File temp = File.createTempFile("temp", null); + final Comparator c = Language.de.getCollator(); + //FileUtil.writeObject(c, temp); + } }