[Jboss-cvs] JBossAS SVN: r56626 - branches/Branch_4_0/j2ee/src/main/javax/ejb

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Sep 7 22:29:38 EDT 2006


Author: bill.burke at jboss.com
Date: 2006-09-07 22:29:37 -0400 (Thu, 07 Sep 2006)
New Revision: 56626

Modified:
   branches/Branch_4_0/j2ee/src/main/javax/ejb/SessionContext.java
Log:


Modified: branches/Branch_4_0/j2ee/src/main/javax/ejb/SessionContext.java
===================================================================
--- branches/Branch_4_0/j2ee/src/main/javax/ejb/SessionContext.java	2006-09-08 02:29:11 UTC (rev 56625)
+++ branches/Branch_4_0/j2ee/src/main/javax/ejb/SessionContext.java	2006-09-08 02:29:37 UTC (rev 56626)
@@ -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