[jboss-cvs] JBossAS SVN: r86206 - projects/ejb3/trunk/endpoint/src/main/java/org/jboss/ejb3/endpoint.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Mar 23 10:11:25 EDT 2009


Author: jaikiran
Date: 2009-03-23 10:11:25 -0400 (Mon, 23 Mar 2009)
New Revision: 86206

Modified:
   projects/ejb3/trunk/endpoint/src/main/java/org/jboss/ejb3/endpoint/SessionFactory.java
Log:
Minor update - javadoc change in SessionFactory.createSession API

Modified: projects/ejb3/trunk/endpoint/src/main/java/org/jboss/ejb3/endpoint/SessionFactory.java
===================================================================
--- projects/ejb3/trunk/endpoint/src/main/java/org/jboss/ejb3/endpoint/SessionFactory.java	2009-03-23 14:09:55 UTC (rev 86205)
+++ projects/ejb3/trunk/endpoint/src/main/java/org/jboss/ejb3/endpoint/SessionFactory.java	2009-03-23 14:11:25 UTC (rev 86206)
@@ -37,8 +37,8 @@
     * Under the hood, the EJB's construct will be called. Followed by injection, calling
     * the post-construct method and finally calling the appropriate init method. 
     * 
-    * @param initTypes the argument types for the init method.
-    * @param initValues the arguments for the init method.
+    * @param initTypes the argument types for the init method or null if its a EJB3 view
+    * @param initValues the arguments for the init method or null if its a EJB3 view
     * @return the session created.
     */
    Serializable createSession(Class<?>[] initTypes, Object[] initValues);




More information about the jboss-cvs-commits mailing list