[jboss-cvs] JBossAS SVN: r68322 - trunk/spring-int/src/main/org/jboss/spring/deployers.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sun Dec 16 15:26:44 EST 2007


Author: alesj
Date: 2007-12-16 15:26:44 -0500 (Sun, 16 Dec 2007)
New Revision: 68322

Modified:
   trunk/spring-int/src/main/org/jboss/spring/deployers/AbstractSpringMetaDataDeployer.java
Log:
Javadocs.

Modified: trunk/spring-int/src/main/org/jboss/spring/deployers/AbstractSpringMetaDataDeployer.java
===================================================================
--- trunk/spring-int/src/main/org/jboss/spring/deployers/AbstractSpringMetaDataDeployer.java	2007-12-16 20:06:51 UTC (rev 68321)
+++ trunk/spring-int/src/main/org/jboss/spring/deployers/AbstractSpringMetaDataDeployer.java	2007-12-16 20:26:44 UTC (rev 68322)
@@ -190,7 +190,7 @@
     *
     * @param name the jndi name
     * @return bean factory instance
-    * @throws Exception
+    * @throws Exception for any exception
     */
    protected BeanFactory lookup(String name) throws Exception
    {




More information about the jboss-cvs-commits mailing list