typo
[org.ibex.crypto.git] / src / org / ibex / crypto / DER.java
index 69402bb..3e7f542 100644 (file)
@@ -74,7 +74,7 @@ public class DER {
         public int getPos() { return pos; }
     
         // hack around gcj bug
-        public DER.InputStream New(java.io.InputStream is) { return new DER.InputStream(is); }
+        public static DER.InputStream New(java.io.InputStream is) { return new DER.InputStream(is); }
         public InputStream(java.io.InputStream is) { this(is,-1); } 
         public InputStream(java.io.InputStream is, int limit) {
             super(is);