]> gitweb.fperrin.net Git - Dictionary.git/blobdiff - src/com/hughes/android/dictionary/engine/EntrySource.java
Apply result of "code cleanup" run.
[Dictionary.git] / src / com / hughes / android / dictionary / engine / EntrySource.java
index 7f9fce641baed948f27b6d95f58f475c20ab4501..9ed16a19960d00ce50569c59009f3efcacd434da 100644 (file)
@@ -68,6 +68,6 @@ public class EntrySource extends IndexedObject implements Serializable {
             raf.writeUTF(t.name);
             raf.writeInt(t.numEntries);
         }
-    };
+    }
 
 }