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:48 UTC

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

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";
-}