]> gitweb.fperrin.net Git - Dictionary.git/blobdiff - src/com/hughes/android/dictionary/engine/TextEntry.java
go
[Dictionary.git] / src / com / hughes / android / dictionary / engine / TextEntry.java
index 4aba121122fe0ea90e44903af7d793700d217c66..dd7109234c380268dcefe519677b1a662a60374d 100644 (file)
@@ -47,6 +47,11 @@ public class TextEntry extends Entry implements RAFSerializable<TextEntry> {
     public void print(PrintStream out) {
       out.println("  " + getEntry().text);
     }
+
+    @Override
+    public String getRawText(boolean compact) {
+      return getEntry().text;
+    }
   }