Skip to content

Commit 8ee24c0

Browse files
committed
minor optimization in toString()
1 parent 970692d commit 8ee24c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pg/src/main/java/org/bouncycastle/bcpg/KeyIdentifier.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ public String toString()
184184
return "*";
185185
}
186186

187-
if (getFingerprint() == null)
187+
if (fingerprint == null)
188188
{
189189
return "" + keyId;
190190
}

0 commit comments

Comments
 (0)