Skip to content

Commit

Permalink
refactor: updated String for better readability
Browse files Browse the repository at this point in the history
Co-authored-by: Mattia Dal Ben <[email protected]>
  • Loading branch information
GregoryIvo and mattdibi authored Oct 10, 2023
1 parent a79f093 commit b1455b3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ private Certificate getTrustedCertificateFromKeystore(String certificateName, Ke
return cert.getCertificate();
} else {
throw new KuraException(KuraErrorCode.CONFIGURATION_ERROR,
String.format("Certificate %s is not expected key type or not found.", certificateName));
String.format("Certificate \"%s\" is not of the expected key type or not found.", certificateName));
}
}

Expand Down

0 comments on commit b1455b3

Please sign in to comment.