Skip to content

Commit

Permalink
Update src/main/java/com/hivemq/cli/converters/FileToPrivateKeyConver…
Browse files Browse the repository at this point in the history
…ter.java

Co-Authored-By: Silvio Giebl <silvio.giebl@hivemq.com>
  • Loading branch information
gitseti and SgtSilvio committed Aug 8, 2019
1 parent d705a60 commit 7cdadce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
public class FileToPrivateKeyConverter implements CommandLine.ITypeConverter<PrivateKey> {
static final String UNRECOGNIZED_KEY = "The private key could not be recognized.";
static final String MALFORMED_KEY = "The private key could not be read.";
static final String WRONG_PASSWORD = "The given password to decrypt the private key was wrong.";
static final String WRONG_PASSWORD = "The password for decrypting the private key was wrong.";

@Override
public PrivateKey convert(final @NotNull String s) throws Exception {
Expand Down

0 comments on commit 7cdadce

Please sign in to comment.