Skip to content

Commit

Permalink
Fixed text
Browse files Browse the repository at this point in the history
  • Loading branch information
hierynomus committed Oct 28, 2016
1 parent 179b30e commit 677f482
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ private KeyPair readDecodedKeyPair(final PlainBuffer keyBuffer) throws IOExcepti
return readUnencrypted(privateKeyBuffer, publicKey);
} else {
logger.info("Keypair is encrypted with: " + cipherName + ", " + kdfName + ", " + kdfOptions);
throw new IOException("Cannot read encrypted keypair with " + cipherName + " yet..");
throw new IOException("Cannot read encrypted keypair with " + cipherName + " yet.");
}
}

Expand Down

0 comments on commit 677f482

Please sign in to comment.