Skip to content

Commit 5b3d8ef

Browse files
committed
Revert "Merge pull request #173 from aws/keyring"
This reverts commit 015fc3c, reversing changes made to dcbc562.
1 parent 29aa4cb commit 5b3d8ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/examples/java/com/amazonaws/crypto/examples/EscrowedEncryptExample.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ private static void standardEncrypt(final String kmsArn, final String fileName)
104104
}
105105

106106
private static void standardDecrypt(final String kmsArn, final String fileName) throws Exception {
107-
// Decrypt with the KMS CMK and the escrow public key. You can use a combined provider,
107+
// Decrypt with the KMS CMK and the escrow public key. You can use a combined provider,
108108
// as shown here, or just the KMS master key provider.
109109

110110
// 1. Instantiate the SDK

0 commit comments

Comments
 (0)