HBASE-13038 addendum for branch-1
Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/b1d44423 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/b1d44423 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/b1d44423 Branch: refs/heads/branch-1.0 Commit: b1d44423478c8356dca16f20c9ffe7bc625e3c5a Parents: c5da9b7 Author: Sean Busbey <[email protected]> Authored: Fri Feb 13 11:40:37 2015 -0600 Committer: Sean Busbey <[email protected]> Committed: Fri Feb 13 12:20:35 2015 -0600 ---------------------------------------------------------------------- .../org/apache/hadoop/hbase/mapreduce/HFileOutputFormat2.java | 2 +- .../hadoop/hbase/security/visibility/VisibilityLabelService.java | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/b1d44423/hbase-server/src/main/java/org/apache/hadoop/hbase/mapreduce/HFileOutputFormat2.java ---------------------------------------------------------------------- diff --git a/hbase-server/src/main/java/org/apache/hadoop/hbase/mapreduce/HFileOutputFormat2.java b/hbase-server/src/main/java/org/apache/hadoop/hbase/mapreduce/HFileOutputFormat2.java index 513e398..2b4e82d 100644 --- a/hbase-server/src/main/java/org/apache/hadoop/hbase/mapreduce/HFileOutputFormat2.java +++ b/hbase-server/src/main/java/org/apache/hadoop/hbase/mapreduce/HFileOutputFormat2.java @@ -80,7 +80,7 @@ import com.google.common.annotations.VisibleForTesting; * all HFiles being written. * <p> * Using this class as part of a MapReduce job is best done - * using {@link #configureIncrementalLoad(Job, Table, RegionLocator, Class)}. + * using {@link #configureIncrementalLoad(Job, Table, RegionLocator)}. */ @InterfaceAudience.Public @InterfaceStability.Evolving http://git-wip-us.apache.org/repos/asf/hbase/blob/b1d44423/hbase-server/src/main/java/org/apache/hadoop/hbase/security/visibility/VisibilityLabelService.java ---------------------------------------------------------------------- diff --git a/hbase-server/src/main/java/org/apache/hadoop/hbase/security/visibility/VisibilityLabelService.java b/hbase-server/src/main/java/org/apache/hadoop/hbase/security/visibility/VisibilityLabelService.java index e01f986..1ef1253 100644 --- a/hbase-server/src/main/java/org/apache/hadoop/hbase/security/visibility/VisibilityLabelService.java +++ b/hbase-server/src/main/java/org/apache/hadoop/hbase/security/visibility/VisibilityLabelService.java @@ -80,7 +80,7 @@ public interface VisibilityLabelService extends Configurable { * @param systemCall * Whether a system or user originated call. * @return Visibility labels authorized for the given user. - * @deprecated Use {@link#getUserAuths(byte[], boolean)} + * @deprecated Use {@link #getUserAuths(byte[], boolean)} */ @Deprecated List<String> getAuths(byte[] user, boolean systemCall) throws IOException; @@ -147,7 +147,7 @@ public interface VisibilityLabelService extends Configurable { * @param user * User for whom system auth check to be done. * @return true if the given user is having system/super auth - * @deprecated Use {@link#havingSystemAuth(User)} + * @deprecated Use {@link #havingSystemAuth(User)} */ @Deprecated boolean havingSystemAuth(byte[] user) throws IOException;
