From 7e626a122ae2c4debc55039f4056c22d6cd64d0e Mon Sep 17 00:00:00 2001 From: Vincent Date: Wed, 16 Apr 2014 19:18:15 +0200 Subject: [PATCH] Update PGPSecretKey.java fix --- .../pg/src/main/j2me/org/spongycastle/openpgp/PGPSecretKey.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/spongycastle/pg/src/main/j2me/org/spongycastle/openpgp/PGPSecretKey.java b/libraries/spongycastle/pg/src/main/j2me/org/spongycastle/openpgp/PGPSecretKey.java index 1fa5261b1..8552f6fca 100644 --- a/libraries/spongycastle/pg/src/main/j2me/org/spongycastle/openpgp/PGPSecretKey.java +++ b/libraries/spongycastle/pg/src/main/j2me/org/spongycastle/openpgp/PGPSecretKey.java @@ -282,7 +282,7 @@ public class PGPSecretKey /** * Return the S2K object used to encrypt this secret key. * - * @return an iterator of Strings. + * @return this secret key's s2k object' */ public S2K getS2K() { return secret.getS2K();