Repository: accumulo Updated Branches: refs/heads/1.6.0-SNAPSHOT 09388f567 -> e2552a89f refs/heads/master b6344e838 -> 1d58ee19c
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/1.6.0-SNAPSHOT Commit: e2552a89f4436292817e1bf94aa0cfa4f7e88339 Parents: 09388f5 Author: Josh Elser <els...@apache.org> Authored: Wed Apr 2 14:42:39 2014 -0400 Committer: Josh Elser <els...@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; }