From e16cf2ce516ba0c87341fd95704ace7f4a1c99a0 Mon Sep 17 00:00:00 2001
From: zzz <zzz@mail.i2p>
Date: Wed, 4 Jan 2017 13:31:55 +0000
Subject: [PATCH] javadoc

---
 core/java/src/net/i2p/crypto/KeyStoreUtil.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/java/src/net/i2p/crypto/KeyStoreUtil.java b/core/java/src/net/i2p/crypto/KeyStoreUtil.java
index 944fd0be0b..6814dc1eee 100644
--- a/core/java/src/net/i2p/crypto/KeyStoreUtil.java
+++ b/core/java/src/net/i2p/crypto/KeyStoreUtil.java
@@ -473,7 +473,7 @@ public final class KeyStoreUtil {
     /**
      *  Create a keypair and store it in the keystore at ks, creating it if necessary.
      *
-     *  For new code, the createKeys() with the SigType argument is recommended over this one,
+     *  For new code, the createKeysAndCRL() with the SigType argument is recommended over this one,
      *  as it throws exceptions, and returns the certificate and CRL.
      *
      *  Warning, may take a long time.
-- 
GitLab