Repository: cassandra Updated Branches: refs/heads/trunk b38a6683f -> e502fe5b1
remove extraneous @Override javadoc 'tag' Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/e502fe5b Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/e502fe5b Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/e502fe5b Branch: refs/heads/trunk Commit: e502fe5b1bf2020936197ed1953f9e3023c7d85a Parents: b38a668 Author: Dave Brosius <[email protected]> Authored: Wed Apr 15 00:02:57 2015 -0400 Committer: Dave Brosius <[email protected]> Committed: Wed Apr 15 00:02:57 2015 -0400 ---------------------------------------------------------------------- src/java/org/apache/cassandra/auth/DataResource.java | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra/blob/e502fe5b/src/java/org/apache/cassandra/auth/DataResource.java ---------------------------------------------------------------------- diff --git a/src/java/org/apache/cassandra/auth/DataResource.java b/src/java/org/apache/cassandra/auth/DataResource.java index d2bc8fb..f64ed93 100644 --- a/src/java/org/apache/cassandra/auth/DataResource.java +++ b/src/java/org/apache/cassandra/auth/DataResource.java @@ -191,7 +191,6 @@ public class DataResource implements IResource } /** - @Override * @return column family of the resource. Throws IllegalStateException if it's not a table-level resource. */ public String getTable()
