Index: hbase-server/src/main/java/org/apache/hadoop/hbase/protobuf/RequestConverter.java =================================================================== --- hbase-server/src/main/java/org/apache/hadoop/hbase/protobuf/RequestConverter.java (revision 1448399) +++ hbase-server/src/main/java/org/apache/hadoop/hbase/protobuf/RequestConverter.java (working copy) @@ -1015,7 +1015,7 @@ /** * Creates a protocol buffer GetSchemaAlterStatusRequest * - * @param table + * @param tableName * @return a GetSchemaAlterStatusRequest */ public static GetSchemaAlterStatusRequest buildGetSchemaAlterStatusRequest( Index: hbase-server/src/main/java/org/apache/hadoop/hbase/zookeeper/ZKUtil.java =================================================================== --- hbase-server/src/main/java/org/apache/hadoop/hbase/zookeeper/ZKUtil.java (revision 1448399) +++ hbase-server/src/main/java/org/apache/hadoop/hbase/zookeeper/ZKUtil.java (working copy) @@ -1752,7 +1752,7 @@ /** * Helper method to print the current state of the ZK tree. - * @see #logZKTree(String) + * @see #logZKTree(ZooKeeperWatcher, String) * @throws KeeperException if an unexpected exception occurs */ protected static void logZKTree(ZooKeeperWatcher zkw, String root, String prefix) throws KeeperException { Index: hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/snapshot/RegionServerSnapshotManager.java =================================================================== --- hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/snapshot/RegionServerSnapshotManager.java (revision 1448399) +++ hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/snapshot/RegionServerSnapshotManager.java (working copy) @@ -66,7 +66,7 @@ *

* On startup, requires {@link #start()} to be called. *

- * On shutdown, requires {@link #stop()} to be called + * On shutdown, requires {@link #stop(boolean)} to be called */ @InterfaceAudience.Private @InterfaceStability.Unstable Index: hbase-server/src/main/java/org/apache/hadoop/hbase/master/snapshot/SnapshotFileCache.java =================================================================== --- hbase-server/src/main/java/org/apache/hadoop/hbase/master/snapshot/SnapshotFileCache.java (revision 1448399) +++ hbase-server/src/main/java/org/apache/hadoop/hbase/master/snapshot/SnapshotFileCache.java (working copy) @@ -58,7 +58,7 @@ * Further, the cache is periodically refreshed ensure that files in snapshots that were deleted are * also removed from the cache. *

- * A {@link SnapshotFileInspector} must be passed when creating this to allow extraction + * A SnapshotFileInspector must be passed when creating this to allow extraction * of files under the /hbase/.snapshot/[snapshot name] directory, for each snapshot. * This allows you to only cache files under, for instance, all the logs in the .logs directory or * all the files under all the regions.