Skip to content

Commit 8d1f9bc

Browse files
committed
Checkstyle
1 parent dfe002f commit 8d1f9bc

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

  • hadoop-tools/hadoop-aws/src/main/java/org/apache/hadoop/fs/s3a

hadoop-tools/hadoop-aws/src/main/java/org/apache/hadoop/fs/s3a/Constants.java

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1072,15 +1072,17 @@ private Constants() {
10721072
* ranges together during vectored read operation.
10731073
* Value : {@value}.
10741074
*/
1075-
public static final String AWS_S3_VECTOR_READS_MIN_SEEK_SIZE = "fs.s3a.vectored.read.min.seek.size";
1075+
public static final String AWS_S3_VECTOR_READS_MIN_SEEK_SIZE =
1076+
"fs.s3a.vectored.read.min.seek.size";
10761077

10771078
/**
10781079
* What is the largest merged read size such that we group
10791080
* ranges together during vectored read.
10801081
* Setting this value to 0 will disable merging of ranges.
10811082
* Value : {@value}.
10821083
*/
1083-
public static final String AWS_S3_VECTOR_READS_MAX_MERGED_READ_SIZE = "fs.s3a.vectored.read.max.merged.size";
1084+
public static final String AWS_S3_VECTOR_READS_MAX_MERGED_READ_SIZE =
1085+
"fs.s3a.vectored.read.max.merged.size";
10841086

10851087
/**
10861088
* Default minimum seek during vectored reads : {@value}.

0 commit comments

Comments
 (0)