[Jboss-cvs] JBossAS SVN: r56849 - 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:16:08 EDT 2006
Author: bill.burke at jboss.com
Date: 2006-09-14 11:16:07 -0400 (Thu, 14 Sep 2006)
New Revision: 56849
Modified:
branches/JBoss_4_0_4_GA_EJB3_RC9/server/src/main/org/jboss/ejb/StatefulSessionEnterpriseContext.java
Log:
correct spec signature
Modified: branches/JBoss_4_0_4_GA_EJB3_RC9/server/src/main/org/jboss/ejb/StatefulSessionEnterpriseContext.java
===================================================================
--- branches/JBoss_4_0_4_GA_EJB3_RC9/server/src/main/org/jboss/ejb/StatefulSessionEnterpriseContext.java 2006-09-14 15:15:52 UTC (rev 56848)
+++ branches/JBoss_4_0_4_GA_EJB3_RC9/server/src/main/org/jboss/ejb/StatefulSessionEnterpriseContext.java 2006-09-14 15:16:07 UTC (rev 56849)
@@ -221,7 +221,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