fixed one last javadoc err

This commit is contained in:
aum
2005-04-07 04:36:06 +00:00
committed by zzz
parent 7c73e59482
commit 967e106ee7

View File

@ -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);