This is an automated email from the ASF dual-hosted git repository.

tasanuma pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 366f3de  HADOOP-16390. escape javadoc in S3AUtils public methods
366f3de is described below

commit 366f3deec5ff00a8a375336c2cd6f97e0926ea1a
Author: kkori <[email protected]>
AuthorDate: Tue Jun 25 14:23:45 2019 +0900

    HADOOP-16390. escape javadoc in S3AUtils public methods
    
    Signed-off-by: Takanobu Asanuma <[email protected]>
---
 .../hadoop-aws/src/main/java/org/apache/hadoop/fs/s3a/S3AUtils.java   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/hadoop-tools/hadoop-aws/src/main/java/org/apache/hadoop/fs/s3a/S3AUtils.java 
b/hadoop-tools/hadoop-aws/src/main/java/org/apache/hadoop/fs/s3a/S3AUtils.java
index 7e30fa6..a69815d 100644
--- 
a/hadoop-tools/hadoop-aws/src/main/java/org/apache/hadoop/fs/s3a/S3AUtils.java
+++ 
b/hadoop-tools/hadoop-aws/src/main/java/org/apache/hadoop/fs/s3a/S3AUtils.java
@@ -963,7 +963,7 @@ public final class S3AUtils {
   }
 
   /**
-   * Get a integer option >= the minimum allowed value.
+   * Get a integer option &gt;= the minimum allowed value.
    * @param conf configuration
    * @param key key to look up
    * @param defVal default value
@@ -981,7 +981,7 @@ public final class S3AUtils {
   }
 
   /**
-   * Get a long option >= the minimum allowed value.
+   * Get a long option &gt;= the minimum allowed value.
    * @param conf configuration
    * @param key key to look up
    * @param defVal default value


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to