[webbeans-commits] Webbeans SVN: r706 - doc/trunk/reference/en/modules.

webbeans-commits at lists.jboss.org webbeans-commits at lists.jboss.org
Wed Dec 24 12:23:39 EST 2008


Author: pete.muir at jboss.org
Date: 2008-12-24 12:23:39 -0500 (Wed, 24 Dec 2008)
New Revision: 706

Modified:
   doc/trunk/reference/en/modules/ri-spi.xml
Log:
WBRI-72

Modified: doc/trunk/reference/en/modules/ri-spi.xml
===================================================================
--- doc/trunk/reference/en/modules/ri-spi.xml	2008-12-24 17:22:38 UTC (rev 705)
+++ doc/trunk/reference/en/modules/ri-spi.xml	2008-12-24 17:23:39 UTC (rev 706)
@@ -97,7 +97,7 @@
     * 
     * @return An iterator over the remove methods
     */
-   public Iterable<MethodDescriptor> getRemoveMethods();
+   public Iterable<Method> getRemoveMethods();
 
    /**
     * Indicates if the bean is stateless
@@ -147,10 +147,7 @@
        The contract described the JavaDoc is enough to implement 
        an EJBDescriptor. In addition to these two interfaces, there is 
        <literal>BusinessInterfaceDescriptor</literal> which represents a local 
-       business interface (encapsulating the interface class and jndi name), and
-       <literal>MethodDescriptor</literal> which encapsulates the method name
-       and parameter types (allowing it to be invoked on any instance of the
-       EJB, proxy or otherwise).
+       business interface (encapsulating the interface class and jndi name).
     </para>
     
     <para>




More information about the weld-commits mailing list