X-Git-Url: http://gitweb.fperrin.net/?p=Dictionary.git;a=blobdiff_plain;f=src%2Fcom%2Fhughes%2Fandroid%2Fdictionary%2Fengine%2FAbstractEntry.java;h=4563017bcc2a15afc44c0bcaf6c439c8311524ab;hp=77d26db9298168bf09b59e1efc7eee5d6dbd6972;hb=8674b09eae371994e01e0af541b546fced86c366;hpb=e79165503392ed6a7cb7a8eadc15eaae0cda9443 diff --git a/src/com/hughes/android/dictionary/engine/AbstractEntry.java b/src/com/hughes/android/dictionary/engine/AbstractEntry.java index 77d26db..4563017 100644 --- a/src/com/hughes/android/dictionary/engine/AbstractEntry.java +++ b/src/com/hughes/android/dictionary/engine/AbstractEntry.java @@ -14,13 +14,13 @@ package com.hughes.android.dictionary.engine; -import com.hughes.util.IndexedObject; -import com.hughes.util.StringUtil; - import java.io.DataInput; import java.io.DataOutput; import java.io.IOException; +import com.hughes.util.IndexedObject; +import com.hughes.util.StringUtil; + public abstract class AbstractEntry extends IndexedObject { public final EntrySource entrySource;