Skip to content

Commit 7db7d6b

Browse files
author
Anirav Kareddy
committed
removed things that aren't neccessary due to inheritance
1 parent 3ae4b9c commit 7db7d6b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/main/java/software/amazon/encryption/s3/materials/RsaKeyring.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -197,10 +197,6 @@ protected Map<String, DecryptDataKeyStrategy> decryptDataKeyStrategies() {
197197
return decryptDataKeyStrategies;
198198
}
199199

200-
public MaterialsDescription getMaterialsDescription() {
201-
return _materialsDescription;
202-
}
203-
204200
public static class Builder extends RawKeyring.Builder<RsaKeyring, RsaKeyring.Builder> {
205201
private PartialRsaKeyPair _partialRsaKeyPair;
206202

0 commit comments

Comments
 (0)