You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by en...@apache.org on 2015/08/17 23:04:54 UTC

hbase git commit: HBASE-14122 Client API for determining if server side supports cell level security - ADDENDUM for javadoc fix

Repository: hbase
Updated Branches:
  refs/heads/master f343a1d43 -> 2ed7f9bb1


HBASE-14122 Client API for determining if server side supports cell level security - ADDENDUM for javadoc fix


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/2ed7f9bb
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/2ed7f9bb
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/2ed7f9bb

Branch: refs/heads/master
Commit: 2ed7f9bb1dbd988594f231119765e5d80714cb1d
Parents: f343a1d
Author: Enis Soztutar <en...@apache.org>
Authored: Mon Aug 17 14:04:28 2015 -0700
Committer: Enis Soztutar <en...@apache.org>
Committed: Mon Aug 17 14:04:28 2015 -0700

----------------------------------------------------------------------
 .../main/java/org/apache/hadoop/hbase/protobuf/ProtobufUtil.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/2ed7f9bb/hbase-client/src/main/java/org/apache/hadoop/hbase/protobuf/ProtobufUtil.java
----------------------------------------------------------------------
diff --git a/hbase-client/src/main/java/org/apache/hadoop/hbase/protobuf/ProtobufUtil.java b/hbase-client/src/main/java/org/apache/hadoop/hbase/protobuf/ProtobufUtil.java
index 137bbed..1ffdfaf 100644
--- a/hbase-client/src/main/java/org/apache/hadoop/hbase/protobuf/ProtobufUtil.java
+++ b/hbase-client/src/main/java/org/apache/hadoop/hbase/protobuf/ProtobufUtil.java
@@ -3141,7 +3141,7 @@ public final class ProtobufUtil {
 
   /**
    * Convert SecurityCapabilitiesResponse.Capability to SecurityCapability
-   * @param caps capabilities returned in the SecurityCapabilitiesResponse message
+   * @param capabilities capabilities returned in the SecurityCapabilitiesResponse message
    * @return the converted list of SecurityCapability elements
    */
   public static List<SecurityCapability> toSecurityCapabilityList(