Skip to content

Commit 0daa645

Browse files
committed
MAINT: public class
Signed-off-by: George Chen <qchea@amazon.com>
1 parent 710222a commit 0daa645

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

data-prepper-plugins/encryption-plugin/src/main/java/org/opensearch/dataprepper/plugins/encryption/DefaultEncryptionEnvelope.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
@Builder
1313
@Getter
14-
class DefaultEncryptionEnvelope implements EncryptionEnvelope {
14+
public class DefaultEncryptionEnvelope implements EncryptionEnvelope {
1515
private byte[] encryptedData;
1616
private String encryptedDataKey;
1717

0 commit comments

Comments
 (0)