You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by xy...@apache.org on 2017/09/26 17:29:14 UTC

hadoop git commit: HDFS-11614. Ozone: Cleanup javadoc issues. Contributed by Mukul Kumar Singh.

Repository: hadoop
Updated Branches:
  refs/heads/HDFS-7240 3f664d928 -> cb2a9e412


HDFS-11614. Ozone: Cleanup javadoc issues. 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/cb2a9e41
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/cb2a9e41
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/cb2a9e41

Branch: refs/heads/HDFS-7240
Commit: cb2a9e412b731b683a68fc895bdd28d2f80745b3
Parents: 3f664d9
Author: Xiaoyu Yao <xy...@apache.org>
Authored: Tue Sep 26 10:27:50 2017 -0700
Committer: Xiaoyu Yao <xy...@apache.org>
Committed: Tue Sep 26 10:27:50 2017 -0700

----------------------------------------------------------------------
 .../main/java/org/apache/hadoop/ozone/web/utils/JsonUtils.java | 2 +-
 .../src/main/java/org/apache/hadoop/utils/MetadataStore.java   | 6 ++----
 2 files changed, 3 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/cb2a9e41/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/ozone/web/utils/JsonUtils.java
----------------------------------------------------------------------
diff --git a/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/ozone/web/utils/JsonUtils.java b/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/ozone/web/utils/JsonUtils.java
index 81f7a1c..909873f 100644
--- a/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/ozone/web/utils/JsonUtils.java
+++ b/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/ozone/web/utils/JsonUtils.java
@@ -59,7 +59,7 @@ public final class JsonUtils {
    *
    * @param str json string.
    * @param elementType element type.
-   * @return
+   * @return List of elements of type elementType
    * @throws IOException
    */
   public static List<?> toJsonList(String str, Class<?> elementType)

http://git-wip-us.apache.org/repos/asf/hadoop/blob/cb2a9e41/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/utils/MetadataStore.java
----------------------------------------------------------------------
diff --git a/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/utils/MetadataStore.java b/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/utils/MetadataStore.java
index 0c93a71..ce40d42 100644
--- a/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/utils/MetadataStore.java
+++ b/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/utils/MetadataStore.java
@@ -99,14 +99,12 @@ public interface MetadataStore extends Closeable{
       throws IOException, IllegalArgumentException;
 
   /**
-   * This method is very similar with
-   * {@link #getRangeKVs(byte[], int, MetadataKeyFilter...)}, the only
+   * This method is very similar to {@link #getRangeKVs}, the only
    * different is this method is supposed to return a sequential range
    * of elements based on the filters. While iterating the elements,
    * if it met any entry that cannot pass the filter, the iterator will stop
    * from this point without looking for next match. If no filter is given,
-   * this method behaves just like
-   * {@link #getRangeKVs(byte[], int, MetadataKeyFilter...)}.
+   * this method behaves just like {@link #getRangeKVs}.
    *
    * @param startKey a start key.
    * @param count max number of entries to return.


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-commits-help@hadoop.apache.org