From: adam Date: Wed, 14 Apr 2004 21:14:39 +0000 (+0000) Subject: typo X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;ds=sidebyside;h=6da6739cbe07829afeb99de62c9597474528e570;hp=fe4e4cb234d992b9c8d6e695270a19b20b609689;p=org.ibex.crypto.git typo darcs-hash:20040414211439-5007d-450676adf41e30a24cb9e335615f28e5df6b7e94.gz --- diff --git a/src/org/ibex/crypto/DER.java b/src/org/ibex/crypto/DER.java index 69402bb..3e7f542 100644 --- a/src/org/ibex/crypto/DER.java +++ b/src/org/ibex/crypto/DER.java @@ -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);