[Jboss-cvs] JBossAS SVN: r56847 - branches/JBoss_4_0_4_GA_EJB3_RC9/j2ee/src/main/javax/ejb
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Thu Sep 14 11:15:37 EDT 2006
Author: bill.burke at jboss.com
Date: 2006-09-14 11:15:36 -0400 (Thu, 14 Sep 2006)
New Revision: 56847
Modified:
branches/JBoss_4_0_4_GA_EJB3_RC9/j2ee/src/main/javax/ejb/SessionContext.java
Log:
correct spec signature
Modified: branches/JBoss_4_0_4_GA_EJB3_RC9/j2ee/src/main/javax/ejb/SessionContext.java
===================================================================
--- branches/JBoss_4_0_4_GA_EJB3_RC9/j2ee/src/main/javax/ejb/SessionContext.java 2006-09-14 15:11:24 UTC (rev 56846)
+++ branches/JBoss_4_0_4_GA_EJB3_RC9/j2ee/src/main/javax/ejb/SessionContext.java 2006-09-14 15:15:36 UTC (rev 56847)
@@ -92,6 +92,6 @@
* @throws IllegalStateException - Thrown if this method is invoked while
* the instance is in a state that does not allow access to this method.
*/
- public Object getInvokedBusinessInterface() throws IllegalStateException;
+ public Class getInvokedBusinessInterface() throws IllegalStateException;
}
More information about the jboss-cvs-commits
mailing list