You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by kt...@apache.org on 2014/03/06 03:07:57 UTC

git commit: ACCUMULO-1335 add since 1.6.0 to javadoc

Repository: accumulo
Updated Branches:
  refs/heads/1.6.0-SNAPSHOT ffae5ccba -> 657a4e5de


ACCUMULO-1335 add since 1.6.0 to javadoc


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

Branch: refs/heads/1.6.0-SNAPSHOT
Commit: 657a4e5de35f7c17aa8a3bedc228b28c26a2a0b1
Parents: ffae5cc
Author: Keith Turner <kt...@apache.org>
Authored: Wed Mar 5 21:14:35 2014 -0500
Committer: Keith Turner <kt...@apache.org>
Committed: Wed Mar 5 21:14:35 2014 -0500

----------------------------------------------------------------------
 .../java/org/apache/accumulo/core/client/admin/TableOperations.java | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/657a4e5d/core/src/main/java/org/apache/accumulo/core/client/admin/TableOperations.java
----------------------------------------------------------------------
diff --git a/core/src/main/java/org/apache/accumulo/core/client/admin/TableOperations.java b/core/src/main/java/org/apache/accumulo/core/client/admin/TableOperations.java
index 823b0e9..689c04c 100644
--- a/core/src/main/java/org/apache/accumulo/core/client/admin/TableOperations.java
+++ b/core/src/main/java/org/apache/accumulo/core/client/admin/TableOperations.java
@@ -723,6 +723,7 @@ public interface TableOperations {
    * @return a list of disk usage objects containing linked table names and sizes
    * @throws AccumuloException
    * @throws AccumuloSecurityException
+   * @since 1.6.0
    */
   List<DiskUsage> getDiskUsage(Set<String> tables) throws AccumuloException, AccumuloSecurityException, TableNotFoundException;