[Jboss-cvs] JBossAS SVN: r56848 - branches/JBoss_4_0_4_GA_EJB3_RC9/server/src/main/org/jboss/ejb

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Sep 14 11:15:53 EDT 2006


Author: bill.burke at jboss.com
Date: 2006-09-14 11:15:52 -0400 (Thu, 14 Sep 2006)
New Revision: 56848

Modified:
   branches/JBoss_4_0_4_GA_EJB3_RC9/server/src/main/org/jboss/ejb/StatelessSessionEnterpriseContext.java
Log:
correct spec signature

Modified: branches/JBoss_4_0_4_GA_EJB3_RC9/server/src/main/org/jboss/ejb/StatelessSessionEnterpriseContext.java
===================================================================
--- branches/JBoss_4_0_4_GA_EJB3_RC9/server/src/main/org/jboss/ejb/StatelessSessionEnterpriseContext.java	2006-09-14 15:15:36 UTC (rev 56847)
+++ branches/JBoss_4_0_4_GA_EJB3_RC9/server/src/main/org/jboss/ejb/StatelessSessionEnterpriseContext.java	2006-09-14 15:15:52 UTC (rev 56848)
@@ -191,7 +191,7 @@
          throw new RuntimeException("NOT IMPLEMENTED");
       }
       
-      public Object getInvokedBusinessInterface() throws IllegalStateException
+      public Class getInvokedBusinessInterface() throws IllegalStateException
       {
          throw new RuntimeException("NOT IMPLEMENTED");
       }




More information about the jboss-cvs-commits mailing list