Skip to content

Commit 4d0ccfe

Browse files
committed
<> clean up
1 parent f766b53 commit 4d0ccfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pg/src/main/java/org/bouncycastle/openpgp/PGPPublicKey.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ public PGPPublicKey(PublicKeyPacket publicKeyPacket, KeyFingerPrintCalculator fi
183183

184184
if (pubKey.subSigs != null)
185185
{
186-
this.subSigs = new ArrayList<>(pubKey.subSigs.size());
186+
this.subSigs = new ArrayList<PGPSignature>(pubKey.subSigs.size());
187187
this.subSigs.addAll(pubKey.subSigs);
188188
}
189189

0 commit comments

Comments
 (0)