]> gitweb.fperrin.net Git - Dictionary.git/blobdiff - src/com/hughes/android/dictionary/engine/TokenRow.java
go
[Dictionary.git] / src / com / hughes / android / dictionary / engine / TokenRow.java
index 61a35d26d8d3b0269357008e4ebffd926b797743..3335d285aecb010082a5fd1ffe72ffa4860a027c 100644 (file)
@@ -5,7 +5,7 @@ import java.io.RandomAccessFile;
 
 public class TokenRow extends RowWithIndex {
   
-  TokenRow(final RandomAccessFile raf, final int thisRowIndex, final Dictionary.Index index) throws IOException {
+  TokenRow(final RandomAccessFile raf, final int thisRowIndex, final Index index) throws IOException {
     super(raf, thisRowIndex, index);
   }