diff --git a/core/java/src/net/i2p/data/PrivateKey.java b/core/java/src/net/i2p/data/PrivateKey.java index fd3e2e2078c367ccf0ce8e527e33646ec9fe1116..d076adaf641f46f3c2a7c8e0748d0fc0bd2abe44 100644 --- a/core/java/src/net/i2p/data/PrivateKey.java +++ b/core/java/src/net/i2p/data/PrivateKey.java @@ -91,7 +91,6 @@ public class PrivateKey extends DataStructureImpl { /** derives a new PublicKey object derived from the secret contents * of this PrivateKey * @return a PublicKey object - * @author aum */ public PublicKey toPublic() { return KeyGenerator.getPublicKey(this);