HADOOP-16390. escape javadoc in S3AUtils public methods
Signed-off-by: Takanobu Asanuma <tasanuma@apache.org>
This commit is contained in:
parent
041e7a7dee
commit
366f3deec5
@ -963,7 +963,7 @@ public static String stringify(S3ObjectSummary summary) {
|
||||
}
|
||||
|
||||
/**
|
||||
* Get a integer option >= the minimum allowed value.
|
||||
* Get a integer option >= the minimum allowed value.
|
||||
* @param conf configuration
|
||||
* @param key key to look up
|
||||
* @param defVal default value
|
||||
@ -981,7 +981,7 @@ public static int intOption(Configuration conf, String key, int defVal, int min)
|
||||
}
|
||||
|
||||
/**
|
||||
* Get a long option >= the minimum allowed value.
|
||||
* Get a long option >= the minimum allowed value.
|
||||
* @param conf configuration
|
||||
* @param key key to look up
|
||||
* @param defVal default value
|
||||
|
Loading…
Reference in New Issue
Block a user