ACCUMULO-2984 Remove unused javadoc tags (no description)
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/6f3a356b Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/6f3a356b Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/6f3a356b Branch: refs/heads/master Commit: 6f3a356ba8a951e5800d90b9e8f083a08c2f6c00 Parents: e4dbe89 Author: Christopher Tubbs <ctubb...@apache.org> Authored: Mon Oct 27 17:24:48 2014 -0400 Committer: Christopher Tubbs <ctubb...@apache.org> Committed: Mon Oct 27 17:26:05 2014 -0400 ---------------------------------------------------------------------- .../java/org/apache/accumulo/server/util/AccumuloStatus.java | 5 ----- 1 file changed, 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo/blob/6f3a356b/server/base/src/main/java/org/apache/accumulo/server/util/AccumuloStatus.java ---------------------------------------------------------------------- diff --git a/server/base/src/main/java/org/apache/accumulo/server/util/AccumuloStatus.java b/server/base/src/main/java/org/apache/accumulo/server/util/AccumuloStatus.java index 7e1cc97..6c7fd47 100644 --- a/server/base/src/main/java/org/apache/accumulo/server/util/AccumuloStatus.java +++ b/server/base/src/main/java/org/apache/accumulo/server/util/AccumuloStatus.java @@ -28,8 +28,6 @@ public class AccumuloStatus { /** * Determines if there could be an accumulo instance running via zookeeper lock checking * - * @param reader - * * @return true iff all servers show no indication of being registered in zookeeper, otherwise false * @throws IOException * if there are issues connecting to ZooKeeper to determine service status @@ -42,9 +40,6 @@ public class AccumuloStatus { /** * Determines if there could be an accumulo instance running via zookeeper lock checking * - * @param reader - * @param rootPath - * * @return true iff all servers show no indication of being registered in zookeeper, otherwise false * @throws IOException * if there are issues connecting to ZooKeeper to determine service status