X-Git-Url: http://gitweb.fperrin.net/?a=blobdiff_plain;f=src%2Fcom%2Fhughes%2Fandroid%2Fdictionary%2FSerializeCollatorTest.java;h=7a1e42e41b74703faf0a563a10eecbc4c5c94dfe;hb=e479ba38bbcb261951399326623c20ffacc147d4;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..7a1e42e 100644 --- a/src/com/hughes/android/dictionary/SerializeCollatorTest.java +++ b/src/com/hughes/android/dictionary/SerializeCollatorTest.java @@ -23,14 +23,14 @@ 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); + } }