1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2024-11-19 02:42:05 +01:00
This commit is contained in:
Paul Schaub 2018-06-27 16:15:22 +02:00
parent 42cd9efadf
commit 602934257b
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311

View file

@ -55,7 +55,7 @@ public class BCUtilTest extends AbstractPGPainlessTest {
secSize++; secSize++;
} }
LOGGER.log(Level.INFO, "After BCUtil.publickKeyRingFromSecretKeyRing()"); LOGGER.log(Level.INFO, "After BCUtil.publicKeyRingFromSecretKeyRing()");
int pubSize = 0; int pubSize = 0;
Iterator<PGPPublicKey> pubPubIt = pub.getPublicKeys(); Iterator<PGPPublicKey> pubPubIt = pub.getPublicKeys();
while (pubPubIt.hasNext()) { while (pubPubIt.hasNext()) {