Skip to content

Commit 644b390

Browse files
committed
HADOOP-18820. style and line endings
Change-Id: If7ca8bb9c89794e079e0de4c9de46da8ac565032
1 parent f6eeb29 commit 644b390

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

hadoop-tools/hadoop-aws/src/site/markdown/tools/hadoop-aws/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ a warning has been printed since Hadoop 2.8 whenever such a URL was used.
262262
<description>Session token, when using org.apache.hadoop.fs.s3a.TemporaryAWSCredentialsProvider
263263
as one of the providers.
264264
</description>
265-
</property>
265+
</property>
266266

267267
<property>
268268
<name>fs.s3a.aws.credentials.provider</name>
@@ -339,7 +339,7 @@ on which values are set.
339339
S3A can be configured to obtain client authentication providers from classes
340340
which integrate with the AWS SDK by implementing the
341341
`software.amazon.awssdk.auth.credentials.AwsCredentialsProvider`
342-
interface.
342+
interface.
343343
This is done by listing the implementation classes, in order of
344344
preference, in the configuration option `fs.s3a.aws.credentials.provider`.
345345
In previous hadoop releases, providers were required to

hadoop-tools/hadoop-aws/src/test/java/org/apache/hadoop/fs/s3a/ITestS3AAWSCredentialsProvider.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ public void testCredentialsWithCreateMethod() throws Exception {
202202
/**
203203
* Credentials via the create() method.
204204
*/
205-
public static class CredentialsProviderWithCreateMethod implements AwsCredentialsProvider {
205+
public static final class CredentialsProviderWithCreateMethod implements AwsCredentialsProvider {
206206

207207
public static AwsCredentialsProvider create() {
208208
LOG.info("creating CredentialsProviderWithCreateMethod");

0 commit comments

Comments
 (0)