X-Git-Url: http://gitweb.fperrin.net/?p=Dictionary.git;a=blobdiff_plain;f=src%2Fcom%2Fhughes%2Fandroid%2Fdictionary%2Fengine%2FRowBase.java;h=6f49e00d69ac5046b98ab2bf57cd7c9626f747c2;hp=844afcf000ac12238a029a2260d2c606fa07d56d;hb=8674b09eae371994e01e0af541b546fced86c366;hpb=e79165503392ed6a7cb7a8eadc15eaae0cda9443 diff --git a/src/com/hughes/android/dictionary/engine/RowBase.java b/src/com/hughes/android/dictionary/engine/RowBase.java index 844afcf..6f49e00 100644 --- a/src/com/hughes/android/dictionary/engine/RowBase.java +++ b/src/com/hughes/android/dictionary/engine/RowBase.java @@ -14,10 +14,6 @@ package com.hughes.android.dictionary.engine; -import com.hughes.util.IndexedObject; -import com.hughes.util.raf.RAFListSerializer; -import com.ibm.icu.text.Transliterator; - import java.io.DataInput; import java.io.DataOutput; import java.io.IOException; @@ -26,6 +22,10 @@ import java.util.Comparator; import java.util.List; import java.util.regex.Pattern; +import com.hughes.util.IndexedObject; +import com.hughes.util.raf.RAFListSerializer; +import com.ibm.icu.text.Transliterator; + public abstract class RowBase extends IndexedObject { /** * the Index owning this RowBase.