[jboss-cvs] JBossAS SVN: r102303 - trunk/profileservice/src/main/java/org/jboss/profileservice/remoting.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Mar 11 14:11:20 EST 2010


Author: david.lloyd at jboss.com
Date: 2010-03-11 14:11:19 -0500 (Thu, 11 Mar 2010)
New Revision: 102303

Removed:
   trunk/profileservice/src/main/java/org/jboss/profileservice/remoting/BasicInvocation.java
Log:
Empty, unused class

Deleted: trunk/profileservice/src/main/java/org/jboss/profileservice/remoting/BasicInvocation.java
===================================================================
--- trunk/profileservice/src/main/java/org/jboss/profileservice/remoting/BasicInvocation.java	2010-03-11 18:34:49 UTC (rev 102302)
+++ trunk/profileservice/src/main/java/org/jboss/profileservice/remoting/BasicInvocation.java	2010-03-11 19:11:19 UTC (rev 102303)
@@ -1,47 +0,0 @@
-/*
- * JBoss, Home of Professional Open Source
- * Copyright 2009, Red Hat Middleware LLC, and individual contributors
- * by the @authors tag. See the copyright.txt in the distribution for a
- * full listing of individual contributors.
- *
- * This is free software; you can redistribute it and/or modify it
- * under the terms of the GNU Lesser General Public License as
- * published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
- *
- * This software is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this software; if not, write to the Free
- * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
- * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
- */
-package org.jboss.profileservice.remoting;
-
-import org.jboss.aop.advice.Interceptor;
-import org.jboss.aop.joinpoint.Invocation;
-import org.jboss.aop.joinpoint.InvocationBase;
-
-/**
- * @author Scott.Stark at jboss.org
- * @version $Revision:$
- */
-public class BasicInvocation extends InvocationBase
-{
-
-   public Invocation copy()
-   {
-      // TODO Auto-generated method stub
-      return null;
-   }
-
-   public Invocation getWrapper(Interceptor[] newchain)
-   {
-      // TODO Auto-generated method stub
-      return null;
-   }
-
-}




More information about the jboss-cvs-commits mailing list