You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by el...@apache.org on 2014/04/02 20:43:03 UTC

[2/3] git commit: ACCUMULO-2592 Fix incorrect javadoc

ACCUMULO-2592 Fix incorrect javadoc


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

Branch: refs/heads/master
Commit: e2552a89f4436292817e1bf94aa0cfa4f7e88339
Parents: 09388f5
Author: Josh Elser <el...@apache.org>
Authored: Wed Apr 2 14:42:39 2014 -0400
Committer: Josh Elser <el...@apache.org>
Committed: Wed Apr 2 14:42:39 2014 -0400

----------------------------------------------------------------------
 .../main/java/org/apache/accumulo/cluster/AccumuloConfig.java    | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/e2552a89/minicluster/src/main/java/org/apache/accumulo/cluster/AccumuloConfig.java
----------------------------------------------------------------------
diff --git a/minicluster/src/main/java/org/apache/accumulo/cluster/AccumuloConfig.java b/minicluster/src/main/java/org/apache/accumulo/cluster/AccumuloConfig.java
index 471bd05..8138615 100644
--- a/minicluster/src/main/java/org/apache/accumulo/cluster/AccumuloConfig.java
+++ b/minicluster/src/main/java/org/apache/accumulo/cluster/AccumuloConfig.java
@@ -132,9 +132,9 @@ public interface AccumuloConfig {
   public AccumuloConfig setNativeLibPaths(String... nativePathItems);
 
   /**
-   * Build the appropriate {@link NewMiniAccumuloCluster} from this configuration
+   * Build the appropriate {@link AccumuloCluster} from this configuration
    *
-   * @return A {@link NewMiniAccumuloCluster}
+   * @return An {@link AccumuloCluster}
    */
   public AccumuloCluster build() throws IOException;
 }