HADOOP-14674. Correct javadoc for getRandomizedTempPath. Contributed by Mukul Kumar Singh.
Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/063b6d0c Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/063b6d0c Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/063b6d0c Branch: refs/heads/HDFS-10467 Commit: 063b6d0c93d700a57a7c6c29fdd1bcdecd0b9dc0 Parents: 99a7f5d Author: Jitendra Pandey <[email protected]> Authored: Thu Aug 31 21:26:31 2017 -0700 Committer: Jitendra Pandey <[email protected]> Committed: Fri Sep 1 10:17:12 2017 -0700 ---------------------------------------------------------------------- .../src/test/java/org/apache/hadoop/test/GenericTestUtils.java | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/063b6d0c/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/test/GenericTestUtils.java ---------------------------------------------------------------------- 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 9291bb0..4cb9f8b 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 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() { --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
