Skip to content

Commit b5ab0f2

Browse files
committed
Once more unto the hyphenation, dear friends.
1 parent 7704385 commit b5ab0f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/amazonaws/encryptionsdk/AwsCrypto.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@ public <K extends MasterKey<K>> CryptoResult<byte[], K> decryptData(
429429
* @deprecated Use the {@link #decryptData(MasterKeyProvider, byte[])} and
430430
* {@link #encryptData(MasterKeyProvider, byte[], Map)} APIs instead. {@code encryptString} and {@code decryptString}
431431
* work as expected if you use them together. However, to work with other language implementations of the AWS
432-
* Encryption SDK, you need to base64 decode the output of {@code encryptString} and base64-encode the input to
432+
* Encryption SDK, you need to base64-decode the output of {@code encryptString} and base64-encode the input to
433433
* {@code decryptString}. These deprecated APIs will be removed in the future.
434434
*/
435435
@Deprecated

0 commit comments

Comments
 (0)