Skip to content

Commit cfe9e33

Browse files
author
Anirav Kareddy
committed
re-named getter functions
1 parent 20a8364 commit cfe9e33

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ protected RawKeyring(Builder<?, ?> builder) {
1414
_materialsDescription = builder._materialsDescription;
1515
_reEncryptInstructionFile = builder._reEncryptInstructionFile;
1616
}
17-
public MaterialsDescription materialsDescription() {
17+
public MaterialsDescription getMaterialsDescription() {
1818
return _materialsDescription;
1919
}
20-
public boolean reEncryptInstructionFile() {
20+
public boolean getReEncryptInstructionFile() {
2121
return _reEncryptInstructionFile;
2222
}
2323
public EncryptionMaterials modifyMaterials(EncryptionMaterials materials) {

0 commit comments

Comments
 (0)