X-Git-Url: http://gitweb.fperrin.net/?p=DictionaryPC.git;a=blobdiff_plain;f=src%2Fcom%2Fhughes%2Fandroid%2Fdictionary%2FSerializeCollatorTest.java;h=66451ffbadac3d1d87f17c2ca3d6bd5e8b7647ee;hp=845bdbafca8e3773747e2eb2960b5d7f22e2a152;hb=31218ade21839194c5cbbf7e5238f3013b4b196f;hpb=bb7ef65105855d067ae12370ff501dc87d1f36f2 diff --git a/src/com/hughes/android/dictionary/SerializeCollatorTest.java b/src/com/hughes/android/dictionary/SerializeCollatorTest.java index 845bdba..66451ff 100644 --- a/src/com/hughes/android/dictionary/SerializeCollatorTest.java +++ b/src/com/hughes/android/dictionary/SerializeCollatorTest.java @@ -28,7 +28,7 @@ public class SerializeCollatorTest { */ public static void main(String[] args) throws IOException { File temp = File.createTempFile("temp", null); - final Comparator c = Language.de.getCollator(); + final Comparator c = Language.de.getCollator(); //FileUtil.writeObject(c, temp); }