I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 967e106e authored by aum's avatar aum Committed by zzz
Browse files

fixed one last javadoc err

parent 7c73e594
No related branches found
No related tags found
No related merge requests found
...@@ -91,7 +91,6 @@ public class PrivateKey extends DataStructureImpl { ...@@ -91,7 +91,6 @@ public class PrivateKey extends DataStructureImpl {
/** derives a new PublicKey object derived from the secret contents /** derives a new PublicKey object derived from the secret contents
* of this PrivateKey * of this PrivateKey
* @return a PublicKey object * @return a PublicKey object
* @author aum
*/ */
public PublicKey toPublic() { public PublicKey toPublic() {
return KeyGenerator.getPublicKey(this); return KeyGenerator.getPublicKey(this);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment