[jboss-cvs] JBossAS SVN: r97685 - projects/ejb3/trunk/nointerface/src/main/java/org/jboss/ejb3/nointerface/invocationhandler.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Dec 10 04:07:16 EST 2009


Author: jaikiran
Date: 2009-12-10 04:07:16 -0500 (Thu, 10 Dec 2009)
New Revision: 97685

Modified:
   projects/ejb3/trunk/nointerface/src/main/java/org/jboss/ejb3/nointerface/invocationhandler/MCAwareNoInterfaceViewInvocationHandler.java
Log:
EJBTHREE-1974 Removed redundant import statement which was causing a compilation failure

Modified: projects/ejb3/trunk/nointerface/src/main/java/org/jboss/ejb3/nointerface/invocationhandler/MCAwareNoInterfaceViewInvocationHandler.java
===================================================================
--- projects/ejb3/trunk/nointerface/src/main/java/org/jboss/ejb3/nointerface/invocationhandler/MCAwareNoInterfaceViewInvocationHandler.java	2009-12-10 08:44:56 UTC (rev 97684)
+++ projects/ejb3/trunk/nointerface/src/main/java/org/jboss/ejb3/nointerface/invocationhandler/MCAwareNoInterfaceViewInvocationHandler.java	2009-12-10 09:07:16 UTC (rev 97685)
@@ -25,8 +25,6 @@
 import java.lang.reflect.InvocationHandler;
 import java.lang.reflect.Method;
 
-import javax.ejb.EJBContainer;
-
 import org.jboss.dependency.spi.ControllerState;
 import org.jboss.ejb3.endpoint.Endpoint;
 import org.jboss.kernel.spi.dependency.KernelControllerContext;
@@ -36,7 +34,7 @@
  * MCAwareNoInterfaceViewInvocationHandler
  *
  * An {@link InvocationHandler} which corresponds to the
- * no-interface view of a {@link EJBContainer}. All calls on the no-interface
+ * no-interface view of a EJB container. All calls on the no-interface
  * view are routed through this {@link InvocationHandler} to the container.
  *
  *




More information about the jboss-cvs-commits mailing list