]> gitweb.fperrin.net Git - DictionaryPC.git/commitdiff
Whitespace.
authorthadh <thadh@dhcp-192-168-28-174.mtv.corp.google.com>
Mon, 10 Sep 2012 22:55:33 +0000 (15:55 -0700)
committerthadh <thadh@dhcp-192-168-28-174.mtv.corp.google.com>
Mon, 10 Sep 2012 22:55:33 +0000 (15:55 -0700)
src/com/hughes/android/dictionary/parser/wiktionary/FunctionCallback.java
src/com/hughes/android/dictionary/parser/wiktionary/WholeSectionToHtmlParser.java

index 700494cd2c4e2879f003000b5272cf178765a644..1e177c11157a998f8826b1990faa77a7792d15aa 100644 (file)
@@ -29,5 +29,4 @@ public interface FunctionCallback<T extends AbstractWiktionaryParser> {
       final Map<String,String> namedArgs,
       final T parser,
       final AppendAndIndexWikiCallback<T> appendAndIndexWikiCallback);
-
 }
index fd3f44f926db5f214881f285c2d01affa6932ee6..66ead9cb972c69996e65777e8a459edf386c4889 100644 (file)
@@ -22,6 +22,7 @@ public class WholeSectionToHtmlParser extends AbstractWiktionaryParser {
   
   public  WholeSectionToHtmlParser(final IndexBuilder titleIndexBuilder) {
     this.titleIndexBuilder = titleIndexBuilder;
+    
   }
 
   @Override
@@ -30,6 +31,7 @@ public class WholeSectionToHtmlParser extends AbstractWiktionaryParser {
     IndexedEntry indexedEntry = new IndexedEntry(htmlEntry);
 
     final AppendAndIndexWikiCallback<WholeSectionToHtmlParser> callback = new AppendCallback(this);
+    
     callback.builder = new StringBuilder();
     callback.indexedEntry = indexedEntry;
     callback.dispatch(text, null);