Skip to content

Commit cc5890f

Browse files
committed
Add missing override annotation
1 parent be5d4b4 commit cc5890f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pg/src/main/java/org/bouncycastle/openpgp/api/OpenPGPKey.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,7 @@ public PGPSecretKeyRing getPGPSecretKeyRing()
182182
return (PGPSecretKeyRing) super.getPGPKeyRing();
183183
}
184184

185+
@Override
185186
public byte[] getEncoded(PacketFormat packetFormat)
186187
throws IOException
187188
{

0 commit comments

Comments
 (0)