update of javajs package; adds org.apache.harmony, org.xml.sax.helpers
[jalview.git] / src / javajs / util / SB.java
index 578acf4..aed71f3 100644 (file)
@@ -3,8 +3,6 @@ package javajs.util;
 
 import java.nio.charset.Charset;
 
-import javajs.J2SIgnoreImport;
-
 /**
  * Interesting thing here is that JavaScript is 3x faster than Java in handling strings.
  * 
@@ -14,7 +12,6 @@ import javajs.J2SIgnoreImport;
  * 
  */
 
-@J2SIgnoreImport({java.lang.StringBuilder.class, java.nio.charset.Charset.class})
 public class SB {
   
   private java.lang.StringBuilder sb;
@@ -310,8 +307,8 @@ public class SB {
   }
 
   /**
-   * simple byte conversion properly implementing UTF-8. 
-   * Used for base64 conversion and allows for offset
+   * simple byte conversion properly implementing UTF-8. * Used for base64
+   * conversion and allows for offset
    * 
    * @param off
    * @param len