mirror of
https://github.com/i2p/i2p.i2p.git
synced 2026-06-08 15:11:51 +00:00
fixed one last javadoc err
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user