Skip to content

Commit 5298412

Browse files
author
Anirav Kareddy
committed
renamed the getter in ContentMetadata to encryptedDataKeyMatDescOrContext()
1 parent 239bc34 commit 5298412

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/software/amazon/encryption/s3/internal/ContentMetadata.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public String encryptedDataKeyAlgorithm() {
6464
*/
6565
@SuppressFBWarnings(value = "EI_EXPOSE_REP", justification = "False positive; underlying"
6666
+ " implementation is immutable")
67-
public Map<String, String> encryptedDataKeyContext() {
67+
public Map<String, String> encryptedDataKeyMatDescOrContext() {
6868
return _encryptionContextOrMatDesc;
6969
}
7070

0 commit comments

Comments
 (0)