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/10/01 03:26:38 UTC

[3/8] git commit: ACCUMULO-3135 Fix javadoc misuse of link

ACCUMULO-3135 Fix javadoc misuse of link


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

Branch: refs/heads/master
Commit: 8b17144e3ba1b4d5316ef2feeb70af815098da67
Parents: 5f2d347
Author: Christopher Tubbs <ct...@apache.org>
Authored: Tue Sep 30 21:00:43 2014 -0400
Committer: Christopher Tubbs <ct...@apache.org>
Committed: Tue Sep 30 21:00:43 2014 -0400

----------------------------------------------------------------------
 server/src/main/java/org/apache/accumulo/server/master/Master.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/8b17144e/server/src/main/java/org/apache/accumulo/server/master/Master.java
----------------------------------------------------------------------
diff --git a/server/src/main/java/org/apache/accumulo/server/master/Master.java b/server/src/main/java/org/apache/accumulo/server/master/Master.java
index 5465ac8..05ada81 100644
--- a/server/src/main/java/org/apache/accumulo/server/master/Master.java
+++ b/server/src/main/java/org/apache/accumulo/server/master/Master.java
@@ -1154,7 +1154,7 @@ public class Master implements LiveTServerSet.Listener, TableObserver, CurrentSt
      * @param op
      *          The TableOperation the Master was attempting to perform
      * @throws ThriftTableOperationException
-     *           Thrown if {@link e} was thrown because {@link SecurityErrorCode#TABLE_DOESNT_EXIST}
+     *           Thrown if {@code e} was thrown because {@link SecurityErrorCode#TABLE_DOESNT_EXIST}
      */
     private void throwIfTableMissingSecurityException(ThriftSecurityException e, String tableId, String tableName, TableOperation op)
         throws ThriftTableOperationException {