From 063b6d0c93d700a57a7c6c29fdd1bcdecd0b9dc0 Mon Sep 17 00:00:00 2001 From: Jitendra Pandey Date: Thu, 31 Aug 2017 21:26:31 -0700 Subject: [PATCH] HADOOP-14674. Correct javadoc for getRandomizedTempPath. Contributed by Mukul Kumar Singh. --- .../src/test/java/org/apache/hadoop/test/GenericTestUtils.java | 1 - 1 file changed, 1 deletion(-) diff --git a/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/test/GenericTestUtils.java b/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/test/GenericTestUtils.java index 9291bb039d..4cb9f8b41d 100644 --- a/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/test/GenericTestUtils.java +++ b/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/test/GenericTestUtils.java @@ -274,7 +274,6 @@ public static String getTempPath(String subpath) { * 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() {