Skip to content

Commit 4507aa9

Browse files
samspychergrealish
authored andcommitted
missed annotation
1 parent c934f29 commit 4507aa9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

parsec-jca-java/src/main/java/org/parallaxsecond/parsec/jce/provider/ParsecSignature.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ public final class ParsecSignature extends SignatureSpi {
1818
private String keyName;
1919
private MessageDigest messageDigest;
2020
private Signature verifyerDelegate;
21-
private Logger logger;
2221

2322
@Override
2423
protected void engineInitSign(PrivateKey privateKey) throws InvalidKeyException {
@@ -70,7 +69,7 @@ protected byte[] engineSign() throws SignatureException {
7069
parsecClientAccessor
7170
.get()
7271
.psaSignHash(keyName, digest, signatureInfo.getParsecAlgorithm());
73-
logger.info("Signed with algorithm {)", signatureInfo.getAlgorithmName());
72+
log.info("Signed with algorithm {)", signatureInfo.getAlgorithmName());
7473

7574
return r.getSignature();
7675
} catch (ServiceException | ClientException e) {

0 commit comments

Comments
 (0)