HADOOP-14674. Correct javadoc for getRandomizedTempPath. Contributed by Mukul Kumar Singh.

This commit is contained in:
Jitendra Pandey 2017-08-31 21:26:31 -07:00
parent 99a7f5d451
commit 063b6d0c93
1 changed files with 0 additions and 1 deletions

View File

@ -274,7 +274,6 @@ public abstract class GenericTestUtils {
* 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() {