Skip to content

Commit 366f3de

Browse files
2k0ritasanuma
authored andcommitted
HADOOP-16390. escape javadoc in S3AUtils public methods
Signed-off-by: Takanobu Asanuma <[email protected]>
1 parent 041e7a7 commit 366f3de

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/S3AUtils.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -963,7 +963,7 @@ public static String stringify(S3ObjectSummary summary) {
963963
}
964964

965965
/**
966-
* Get a integer option >= the minimum allowed value.
966+
* Get a integer option &gt;= the minimum allowed value.
967967
* @param conf configuration
968968
* @param key key to look up
969969
* @param defVal default value
@@ -981,7 +981,7 @@ public static int intOption(Configuration conf, String key, int defVal, int min)
981981
}
982982

983983
/**
984-
* Get a long option >= the minimum allowed value.
984+
* Get a long option &gt;= the minimum allowed value.
985985
* @param conf configuration
986986
* @param key key to look up
987987
* @param defVal default value

0 commit comments

Comments
 (0)