Mukul Kumar Singh created HADOOP-14674:
------------------------------------------
Summary: Correct javadoc for getRandomizedTempPath
Key: HADOOP-14674
URL: https://issues.apache.org/jira/browse/HADOOP-14674
Project: Hadoop Common
Issue Type: Bug
Components: common
Reporter: Mukul Kumar Singh
Assignee: Mukul Kumar Singh
getRandomizedTempPath has incorrect javadoc where the javadoc specifies a
parameter to the function however the function doesnt expects one.
{code}
/**
* Get a temp path. This may or may not be relative; it depends on what the
* {@link #SYSPROP_TEST_DATA_DIR} is set to. If unset, it returns a path
* under the relative path {@link #DEFAULT_TEST_DATA_PATH}
* @param subpath sub path, with no leading "/" character
* @return a string to use in paths
*/
public static String getRandomizedTempPath() {
return getTempPath(RandomStringUtils.randomAlphanumeric(10));
}
{code}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]