diff --git a/hadoop-tools/hadoop-aws/src/main/java/org/apache/hadoop/fs/s3a/Constants.java b/hadoop-tools/hadoop-aws/src/main/java/org/apache/hadoop/fs/s3a/Constants.java index 345ac90f175..659e802a7c3 100644 --- a/hadoop-tools/hadoop-aws/src/main/java/org/apache/hadoop/fs/s3a/Constants.java +++ b/hadoop-tools/hadoop-aws/src/main/java/org/apache/hadoop/fs/s3a/Constants.java @@ -353,8 +353,8 @@ private Constants() { /** * List of custom Signers. The signer class will be loaded, and the signer * name will be associated with this signer class in the S3 SDK. e.g. Single - * CustomSigner -> 'CustomSigner:org.apache...CustomSignerClass Multiple - * CustomSigners -> 'CSigner1:CustomSignerClass1,CSigner2:CustomerSignerClass2 + * CustomSigner {@literal ->} 'CustomSigner:org.apache...CustomSignerClass Multiple + * CustomSigners {@literal ->} 'CSigner1:CustomSignerClass1,CSigner2:CustomerSignerClass2 */ public static final String CUSTOM_SIGNERS = "fs.s3a.custom.signers";