Skip to content

Commit 4957d42

Browse files
committed
format
1 parent 2483ced commit 4957d42

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/main/java/com/amazonaws/encryptionsdk/jce/JceMasterKey.java

+3-3
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ public class JceMasterKey extends MasterKey<JceMasterKey> {
4444
private final JceKeyCipher jceKeyCipher_;
4545

4646
/**
47-
* Returns a {@code JceMasterKey} backed by the symmetric key {@code key} using
48-
* {@code wrappingAlgorithm}. Currently "{@code AES/GCM/NoPadding}" is the only supported
49-
* value for symmetric {@code wrappingAlgorithm}s.
47+
* Returns a {@code JceMasterKey} backed by the symmetric key {@code key} using {@code
48+
* wrappingAlgorithm}. Currently "{@code AES/GCM/NoPadding}" is the only supported value for
49+
* symmetric {@code wrappingAlgorithm}s.
5050
*
5151
* @param key key used to wrap/unwrap (encrypt/decrypt) {@link DataKey}s
5252
* @param provider

0 commit comments

Comments
 (0)