update of javajs package; adds org.apache.harmony, org.xml.sax.helpers
[jalview.git] / src / javajs / util / CompoundDocDirEntry.java
index e60b874..a57f6af 100644 (file)
@@ -93,4 +93,9 @@ class CompoundDocDirEntry {
     //System.out.println(entryName + " type " + entryType);
     return true;
   }
+  
+  @Override
+  public String toString() {
+    return entryName + " " + lenStream;
+  }
 }
\ No newline at end of file