Skip to content

Commit c89d22d

Browse files
risyomeisteveloughran
authored andcommitted
HADOOP-16602. mvn package fails in hadoop-aws.
Contributed by Xieming Li. Follow-up to HADOOP-16445 Change-Id: I72c62d55b734a0f67556844f398ef4a50d9ea585
1 parent 16f626f commit c89d22d

File tree

1 file changed

+2
-2
lines changed
  • hadoop-tools/hadoop-aws/src/main/java/org/apache/hadoop/fs/s3a

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -353,8 +353,8 @@ private Constants() {
353353
/**
354354
* List of custom Signers. The signer class will be loaded, and the signer
355355
* name will be associated with this signer class in the S3 SDK. e.g. Single
356-
* CustomSigner -> 'CustomSigner:org.apache...CustomSignerClass Multiple
357-
* CustomSigners -> 'CSigner1:CustomSignerClass1,CSigner2:CustomerSignerClass2
356+
* CustomSigner {@literal ->} 'CustomSigner:org.apache...CustomSignerClass Multiple
357+
* CustomSigners {@literal ->} 'CSigner1:CustomSignerClass1,CSigner2:CustomerSignerClass2
358358
*/
359359
public static final String CUSTOM_SIGNERS = "fs.s3a.custom.signers";
360360

0 commit comments

Comments
 (0)