You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by jb...@apache.org on 2014/02/20 06:33:46 UTC

[1/6] git commit: r/m unused HeaderTypes class (CASSANDRA-6743)

Repository: cassandra
Updated Branches:
  refs/heads/cassandra-2.0 c0ff52e5b -> b2b3055c7
  refs/heads/cassandra-2.1 d529ab9b8 -> a73db3f39
  refs/heads/trunk b05a54691 -> 1debf25fa


r/m unused HeaderTypes class (CASSANDRA-6743)


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

Branch: refs/heads/cassandra-2.0
Commit: b2b3055c75f12cfcde5595c3472e3afccfcda6af
Parents: c0ff52e
Author: Jonathan Ellis <jb...@apache.org>
Authored: Wed Feb 19 23:33:14 2014 -0600
Committer: Jonathan Ellis <jb...@apache.org>
Committed: Wed Feb 19 23:33:14 2014 -0600

----------------------------------------------------------------------
 .../org/apache/cassandra/net/HeaderTypes.java   | 24 --------------------
 1 file changed, 24 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/b2b3055c/src/java/org/apache/cassandra/net/HeaderTypes.java
----------------------------------------------------------------------
diff --git a/src/java/org/apache/cassandra/net/HeaderTypes.java b/src/java/org/apache/cassandra/net/HeaderTypes.java
deleted file mode 100644
index b29e59a..0000000
--- a/src/java/org/apache/cassandra/net/HeaderTypes.java
+++ /dev/null
@@ -1,24 +0,0 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-package org.apache.cassandra.net;
-
-public class HeaderTypes
-{
-    public final static String TASK_PROFILE_CHAIN = "TASK_PROFILE_CHAIN";
-    public static final String TASK_ID = "TASK_ID";
-}


[3/6] git commit: r/m unused HeaderTypes class (CASSANDRA-6743)

Posted by jb...@apache.org.
r/m unused HeaderTypes class (CASSANDRA-6743)


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

Branch: refs/heads/trunk
Commit: b2b3055c75f12cfcde5595c3472e3afccfcda6af
Parents: c0ff52e
Author: Jonathan Ellis <jb...@apache.org>
Authored: Wed Feb 19 23:33:14 2014 -0600
Committer: Jonathan Ellis <jb...@apache.org>
Committed: Wed Feb 19 23:33:14 2014 -0600

----------------------------------------------------------------------
 .../org/apache/cassandra/net/HeaderTypes.java   | 24 --------------------
 1 file changed, 24 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/b2b3055c/src/java/org/apache/cassandra/net/HeaderTypes.java
----------------------------------------------------------------------
diff --git a/src/java/org/apache/cassandra/net/HeaderTypes.java b/src/java/org/apache/cassandra/net/HeaderTypes.java
deleted file mode 100644
index b29e59a..0000000
--- a/src/java/org/apache/cassandra/net/HeaderTypes.java
+++ /dev/null
@@ -1,24 +0,0 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-package org.apache.cassandra.net;
-
-public class HeaderTypes
-{
-    public final static String TASK_PROFILE_CHAIN = "TASK_PROFILE_CHAIN";
-    public static final String TASK_ID = "TASK_ID";
-}


[6/6] git commit: Merge branch 'cassandra-2.1' into trunk

Posted by jb...@apache.org.
Merge branch 'cassandra-2.1' into trunk


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

Branch: refs/heads/trunk
Commit: 1debf25faff3ddfe8bb0e93f964f2bc533d37593
Parents: b05a546 a73db3f
Author: Jonathan Ellis <jb...@apache.org>
Authored: Wed Feb 19 23:33:38 2014 -0600
Committer: Jonathan Ellis <jb...@apache.org>
Committed: Wed Feb 19 23:33:38 2014 -0600

----------------------------------------------------------------------
 .../org/apache/cassandra/net/HeaderTypes.java   | 24 --------------------
 1 file changed, 24 deletions(-)
----------------------------------------------------------------------



[5/6] git commit: Merge branch 'cassandra-2.0' into cassandra-2.1

Posted by jb...@apache.org.
Merge branch 'cassandra-2.0' into cassandra-2.1


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

Branch: refs/heads/cassandra-2.1
Commit: a73db3f39f679a1ce12b24433ad90628672a40f0
Parents: d529ab9 b2b3055
Author: Jonathan Ellis <jb...@apache.org>
Authored: Wed Feb 19 23:33:31 2014 -0600
Committer: Jonathan Ellis <jb...@apache.org>
Committed: Wed Feb 19 23:33:31 2014 -0600

----------------------------------------------------------------------
 .../org/apache/cassandra/net/HeaderTypes.java   | 24 --------------------
 1 file changed, 24 deletions(-)
----------------------------------------------------------------------



[4/6] git commit: Merge branch 'cassandra-2.0' into cassandra-2.1

Posted by jb...@apache.org.
Merge branch 'cassandra-2.0' into cassandra-2.1


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

Branch: refs/heads/trunk
Commit: a73db3f39f679a1ce12b24433ad90628672a40f0
Parents: d529ab9 b2b3055
Author: Jonathan Ellis <jb...@apache.org>
Authored: Wed Feb 19 23:33:31 2014 -0600
Committer: Jonathan Ellis <jb...@apache.org>
Committed: Wed Feb 19 23:33:31 2014 -0600

----------------------------------------------------------------------
 .../org/apache/cassandra/net/HeaderTypes.java   | 24 --------------------
 1 file changed, 24 deletions(-)
----------------------------------------------------------------------



[2/6] git commit: r/m unused HeaderTypes class (CASSANDRA-6743)

Posted by jb...@apache.org.
r/m unused HeaderTypes class (CASSANDRA-6743)


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

Branch: refs/heads/cassandra-2.1
Commit: b2b3055c75f12cfcde5595c3472e3afccfcda6af
Parents: c0ff52e
Author: Jonathan Ellis <jb...@apache.org>
Authored: Wed Feb 19 23:33:14 2014 -0600
Committer: Jonathan Ellis <jb...@apache.org>
Committed: Wed Feb 19 23:33:14 2014 -0600

----------------------------------------------------------------------
 .../org/apache/cassandra/net/HeaderTypes.java   | 24 --------------------
 1 file changed, 24 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/b2b3055c/src/java/org/apache/cassandra/net/HeaderTypes.java
----------------------------------------------------------------------
diff --git a/src/java/org/apache/cassandra/net/HeaderTypes.java b/src/java/org/apache/cassandra/net/HeaderTypes.java
deleted file mode 100644
index b29e59a..0000000
--- a/src/java/org/apache/cassandra/net/HeaderTypes.java
+++ /dev/null
@@ -1,24 +0,0 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-package org.apache.cassandra.net;
-
-public class HeaderTypes
-{
-    public final static String TASK_PROFILE_CHAIN = "TASK_PROFILE_CHAIN";
-    public static final String TASK_ID = "TASK_ID";
-}