You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by ct...@apache.org on 2014/03/24 19:52:47 UTC

[7/8] git commit: ACCUMULO-2061 Remove useless javadoc (tag without description)

ACCUMULO-2061 Remove useless javadoc (tag without description)


Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/59db6fed
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/59db6fed
Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/59db6fed

Branch: refs/heads/master
Commit: 59db6fedd3aea9615be156d1f7a1be08e0de0a86
Parents: a317ce0
Author: Christopher Tubbs <ct...@apache.org>
Authored: Mon Mar 24 14:23:13 2014 -0400
Committer: Christopher Tubbs <ct...@apache.org>
Committed: Mon Mar 24 14:24:40 2014 -0400

----------------------------------------------------------------------
 .../java/org/apache/accumulo/core/volume/VolumeConfiguration.java | 3 ---
 1 file changed, 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/59db6fed/core/src/main/java/org/apache/accumulo/core/volume/VolumeConfiguration.java
----------------------------------------------------------------------
diff --git a/core/src/main/java/org/apache/accumulo/core/volume/VolumeConfiguration.java b/core/src/main/java/org/apache/accumulo/core/volume/VolumeConfiguration.java
index e7a51d7..c901768 100644
--- a/core/src/main/java/org/apache/accumulo/core/volume/VolumeConfiguration.java
+++ b/core/src/main/java/org/apache/accumulo/core/volume/VolumeConfiguration.java
@@ -85,9 +85,6 @@ public class VolumeConfiguration {
 
   /**
    * Compute the URIs to be used by Accumulo
-   *
-   * @param conf
-   * @return
    */
   public static String[] getVolumeUris(AccumuloConfiguration conf) {
     String ns = conf.get(Property.INSTANCE_VOLUMES);