You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by br...@apache.org on 2014/09/12 19:21:48 UTC

git commit: remove unneeded override

Repository: cassandra
Updated Branches:
  refs/heads/trunk 965f5227b -> ec1f8f9e2


remove unneeded override


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

Branch: refs/heads/trunk
Commit: ec1f8f9e2bf931a7627361b6499672e0740bf288
Parents: 965f522
Author: Brandon Williams <br...@apache.org>
Authored: Fri Sep 12 12:21:43 2014 -0500
Committer: Brandon Williams <br...@apache.org>
Committed: Fri Sep 12 12:21:43 2014 -0500

----------------------------------------------------------------------
 .../hadoop/cql3/LimitedLocalNodeFirstLocalBalancingPolicy.java      | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/ec1f8f9e/src/java/org/apache/cassandra/hadoop/cql3/LimitedLocalNodeFirstLocalBalancingPolicy.java
----------------------------------------------------------------------
diff --git a/src/java/org/apache/cassandra/hadoop/cql3/LimitedLocalNodeFirstLocalBalancingPolicy.java b/src/java/org/apache/cassandra/hadoop/cql3/LimitedLocalNodeFirstLocalBalancingPolicy.java
index 8949892..87f96b3 100644
--- a/src/java/org/apache/cassandra/hadoop/cql3/LimitedLocalNodeFirstLocalBalancingPolicy.java
+++ b/src/java/org/apache/cassandra/hadoop/cql3/LimitedLocalNodeFirstLocalBalancingPolicy.java
@@ -165,7 +165,6 @@ class LimitedLocalNodeFirstLocalBalancingPolicy implements LoadBalancingPolicy
         }
     }
 
-    @Override
     public void onSuspected(Host host)
     {
         // not supported by this load balancing policy