Skip to content

Commit 2c7b237

Browse files
author
Aditya Deshpande
committed
Fix Javadoc: Escape -> with {@literal ->} to prevent CI job errors
1 parent 1e2f077 commit 2c7b237

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
@@ -1382,8 +1382,8 @@ private Constants() {
13821382
* fs.s3a.client.sts.custom.headers - Headers to add on all the STS requests.
13831383
*
13841384
* Examples:
1385-
* CustomHeader -> 'Header1:Value1'
1386-
* CustomHeaders -> 'Header1=Value1;Value2,Header2=Value1'
1385+
* CustomHeader {@literal ->} 'Header1:Value1'
1386+
* CustomHeaders {@literal ->} 'Header1=Value1;Value2,Header2=Value1'
13871387
* </pre>
13881388
*/
13891389
public static final String CUSTOM_HEADERS_STS =

0 commit comments

Comments
 (0)