Skip to content

Commit 8fa0522

Browse files
committed
style: run formatter
1 parent 6095b4f commit 8fa0522

File tree

3 files changed

+12
-8
lines changed

3 files changed

+12
-8
lines changed

src/main/java/com/amazonaws/encryptionsdk/kmssdkv2/AwsKmsMrkAwareMasterKeyProvider.java

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,10 @@ public Builder discoveryMrkRegion(Region discoveryMrkRegion) {
107107
* <p>Because the regional client supplier fully controls the client construction process, it is
108108
* not possible to configure the client through methods such as {@link
109109
* #builderSupplier(Supplier)}; if you try to use these in combination, an {@link
110-
* IllegalStateException} will be thrown.</p>
110+
* IllegalStateException} will be thrown.
111111
*
112-
* <p>Note: The AWS Encryption SDK for Java does not support the {@code KmsAsyncClient} interface.</p>
112+
* <p>Note: The AWS Encryption SDK for Java does not support the {@code KmsAsyncClient}
113+
* interface.
113114
*
114115
* @see KmsMasterKeyProvider.Builder#customRegionalClientSupplier(RegionalClientSupplier)
115116
*/
@@ -127,7 +128,8 @@ public Builder customRegionalClientSupplier(RegionalClientSupplier regionalClien
127128
* KmsClientBuilder} to configure KMS clients. Note that the region set on this builder will be
128129
* ignored, but all other settings will be propagated into the regional clients.
129130
*
130-
* <p>Note: The AWS Encryption SDK for Java does not support the {@code KmsAsyncClient} interface.</p>
131+
* <p>Note: The AWS Encryption SDK for Java does not support the {@code KmsAsyncClient}
132+
* interface.
131133
*
132134
* @see KmsMasterKeyProvider.Builder#builderSupplier(Supplier)
133135
*/

src/main/java/com/amazonaws/encryptionsdk/kmssdkv2/KmsMasterKeyProvider.java

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,10 @@ public Builder defaultRegion(Region defaultRegion) {
8787
* <p>Because the regional client supplier fully controls the client construction process, it is
8888
* not possible to configure the client through methods such as {@link
8989
* #builderSupplier(Supplier)}; if you try to use these in combination, an {@link
90-
* IllegalStateException} will be thrown.</p>
90+
* IllegalStateException} will be thrown.
9191
*
92-
* <p>Note: The AWS Encryption SDK for Java does not support the {@code KmsAsyncClient} interface.</p>
92+
* <p>Note: The AWS Encryption SDK for Java does not support the {@code KmsAsyncClient}
93+
* interface.
9394
*
9495
* @param regionalClientSupplier
9596
* @return
@@ -110,9 +111,10 @@ public Builder customRegionalClientSupplier(RegionalClientSupplier regionalClien
110111
*
111112
* <p>Trying to use this method in combination with {@link
112113
* #customRegionalClientSupplier(RegionalClientSupplier)} will cause an {@link
113-
* IllegalStateException} to be thrown.</p>
114+
* IllegalStateException} to be thrown.
114115
*
115-
* <p>Note: The AWS Encryption SDK for Java does not support the {@code KmsAsyncClient} interface.</p>
116+
* <p>Note: The AWS Encryption SDK for Java does not support the {@code KmsAsyncClient}
117+
* interface.
116118
*
117119
* @param supplier Should return a new {@link KmsClientBuilder} on each invocation.
118120
* @return

src/main/java/com/amazonaws/encryptionsdk/kmssdkv2/RegionalClientSupplier.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ public interface RegionalClientSupplier {
99
* Supplies an {@link KmsClient} instance to use for a given {@link Region}. The {@link
1010
* KmsMasterKeyProvider} will not cache the result of this function.
1111
*
12-
* <p>Note: The AWS Encryption SDK for Java does not support the {@code KmsAsyncClient} interface.</p>
12+
* <p>Note: The AWS Encryption SDK for Java does not support the {@code KmsAsyncClient} interface.
1313
*
1414
* @param region The region to get a client for
1515
* @return The client to use, or null if this region cannot or should not be used.

0 commit comments

Comments
 (0)