]> gitweb.fperrin.net Git - Dictionary.git/blobdiff - src/com/hughes/android/dictionary/engine/Row.java
go
[Dictionary.git] / src / com / hughes / android / dictionary / engine / Row.java
index 7c2c9275e235c11e601da2d713eb2f1e850271a7..0f52c30332838b8b6c1de48b7f3d569fd7637af2 100644 (file)
@@ -21,9 +21,9 @@ public interface Row {
   // dealt with in the normal manner.
   static class Serializer implements RAFListSerializer<Row> {
     
-    final Dictionary.Index index;
+    final Index index;
     
-    Serializer(final Dictionary.Index index) {
+    Serializer(final Index index) {
       this.index = index;
     }