HADOOP-16390. escape javadoc in S3AUtils public methods

Signed-off-by: Takanobu Asanuma <tasanuma@apache.org>
This commit is contained in:
kkori 2019-06-25 14:23:45 +09:00 committed by Takanobu Asanuma
parent 041e7a7dee
commit 366f3deec5
1 changed files with 2 additions and 2 deletions

View File

@ -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