diff --git a/core/java/src/net/i2p/data/PrivateKey.java b/core/java/src/net/i2p/data/PrivateKey.java index fd3e2e2078..d076adaf64 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);