]> gitweb.fperrin.net Git - DictionaryPC.git/blobdiff - src/com/hughes/android/dictionary/engine/IndexedEntry.java
Apply astyle code formatting.
[DictionaryPC.git] / src / com / hughes / android / dictionary / engine / IndexedEntry.java
index faf11fd423697b45d24196600a38393ed603ab17..d7089511355b27f5b22995c7bc41eb000842fae9 100644 (file)
@@ -16,10 +16,10 @@ package com.hughes.android.dictionary.engine;
 
 
 public class IndexedEntry {
-  AbstractEntry entry;
-  public boolean isValid = false;
-  
-  public IndexedEntry(final AbstractEntry entry) {
-    this.entry = entry;
-  }
+    AbstractEntry entry;
+    public boolean isValid = false;
+
+    public IndexedEntry(final AbstractEntry entry) {
+        this.entry = entry;
+    }
 }
\ No newline at end of file