]> gitweb.fperrin.net Git - Dictionary.git/blobdiff - src/com/hughes/android/dictionary/engine/Index.java
Apply result of "code cleanup" run.
[Dictionary.git] / src / com / hughes / android / dictionary / engine / Index.java
index 24fb9bf13389f8b3ff634a3378926a170a80cf9e..f4666ccf11bcd9a6a5da590206f5755e5dbe0907 100644 (file)
@@ -153,7 +153,7 @@ public final class Index implements RAFSerializable<Index> {
         }
         RAFList.write(raf, sortedIndexEntries, indexEntrySerializer);
         new SerializableSerializer<Set<String>>().write(raf, stoplist);
-        UniformRAFList.write(raf, (Collection<RowBase>) rows, new RowBase.Serializer(this), 5 /*
+        UniformRAFList.write(raf, rows, new RowBase.Serializer(this), 5 /*
                                                                                                * bytes
                                                                                                * per
                                                                                                * entry