[hornetq-commits] JBoss hornetq SVN: r8127 - branches/hornetq_grouping/src/main/org/hornetq/core/server/group.

do-not-reply at jboss.org do-not-reply at jboss.org
Mon Oct 19 07:41:19 EDT 2009


Author: ataylor
Date: 2009-10-19 07:41:18 -0400 (Mon, 19 Oct 2009)
New Revision: 8127

Removed:
   branches/hornetq_grouping/src/main/org/hornetq/core/server/group/ProposalHandler.java
Log:
removed unused class

Deleted: branches/hornetq_grouping/src/main/org/hornetq/core/server/group/ProposalHandler.java
===================================================================
--- branches/hornetq_grouping/src/main/org/hornetq/core/server/group/ProposalHandler.java	2009-10-19 11:30:49 UTC (rev 8126)
+++ branches/hornetq_grouping/src/main/org/hornetq/core/server/group/ProposalHandler.java	2009-10-19 11:41:18 UTC (rev 8127)
@@ -1,26 +0,0 @@
-/*
- * Copyright 2009 Red Hat, Inc.
- *  Red Hat 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.hornetq.core.server.group;
-
-import org.hornetq.utils.TypedProperties;
-import org.hornetq.core.server.group.impl.Proposal;
-
-/**
- * @author <a href="mailto:andy.taylor at jboss.org">Andy Taylor</a>
- */
-public interface ProposalHandler
-{
-   public void handleSend(Proposal proposal, TypedProperties clientMessage);
-
-   void handleReceive(Proposal proposal);
-}



More information about the hornetq-commits mailing list