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 2012/09/04 16:39:48 UTC

git commit: Correct padding position

Updated Branches:
  refs/heads/trunk 3282cb524 -> cf5a31ff9


Correct padding position


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

Branch: refs/heads/trunk
Commit: cf5a31ff90338783d451772fad57df781f45c24e
Parents: 3282cb5
Author: Brandon Williams <br...@apache.org>
Authored: Tue Sep 4 09:39:44 2012 -0500
Committer: Brandon Williams <br...@apache.org>
Committed: Tue Sep 4 09:39:44 2012 -0500

----------------------------------------------------------------------
 .../org/apache/cassandra/gms/ApplicationState.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/cf5a31ff/src/java/org/apache/cassandra/gms/ApplicationState.java
----------------------------------------------------------------------
diff --git a/src/java/org/apache/cassandra/gms/ApplicationState.java b/src/java/org/apache/cassandra/gms/ApplicationState.java
index 4fc7330..f23a6fc 100644
--- a/src/java/org/apache/cassandra/gms/ApplicationState.java
+++ b/src/java/org/apache/cassandra/gms/ApplicationState.java
@@ -26,9 +26,9 @@ public enum ApplicationState
     RACK,
     RELEASE_VERSION,
     REMOVAL_COORDINATOR,
-    X_11_PADDING, // padding specifically for 1.1
     INTERNAL_IP,
     RPC_ADDRESS,
+    X_11_PADDING, // padding specifically for 1.1
     SEVERITY,
     NET_VERSION,
     // pad to allow adding new states to existing cluster