You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by db...@apache.org on 2016/06/16 02:47:08 UTC

cassandra git commit: make inner class JMXCallbackHandler, static

Repository: cassandra
Updated Branches:
  refs/heads/trunk 589528096 -> b83b084df


make inner class JMXCallbackHandler, static


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

Branch: refs/heads/trunk
Commit: b83b084df203d6d68452d1a09655f6f14ebfd9f0
Parents: 5895280
Author: Dave Brosius <db...@mebigfatguy.com>
Authored: Wed Jun 15 22:45:51 2016 -0400
Committer: Dave Brosius <db...@mebigfatguy.com>
Committed: Wed Jun 15 22:45:51 2016 -0400

----------------------------------------------------------------------
 src/java/org/apache/cassandra/auth/jmx/AuthenticationProxy.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/b83b084d/src/java/org/apache/cassandra/auth/jmx/AuthenticationProxy.java
----------------------------------------------------------------------
diff --git a/src/java/org/apache/cassandra/auth/jmx/AuthenticationProxy.java b/src/java/org/apache/cassandra/auth/jmx/AuthenticationProxy.java
index 1fe6b63..0c13e3b 100644
--- a/src/java/org/apache/cassandra/auth/jmx/AuthenticationProxy.java
+++ b/src/java/org/apache/cassandra/auth/jmx/AuthenticationProxy.java
@@ -121,7 +121,7 @@ public final class AuthenticationProxy implements JMXAuthenticator
      * prompting is necessary because the credentials are already available to
      * this class (via its enclosing class).
      */
-    private final class JMXCallbackHandler implements CallbackHandler
+    private static final class JMXCallbackHandler implements CallbackHandler
     {
         private char[] username;
         private char[] password;