[jboss-cvs] jboss-seam/src/ioc/org/jboss/seam/ioc/spring ...
Gavin King
gavin.king at jboss.com
Thu Feb 22 03:18:30 EST 2007
User: gavin
Date: 07/02/22 03:18:30
Modified: src/ioc/org/jboss/seam/ioc/spring SpringComponent.java
Log:
minor
Revision Changes Path
1.6 +0 -1 jboss-seam/src/ioc/org/jboss/seam/ioc/spring/SpringComponent.java
(In the diff below, changes in quantity of whitespace are not shown.)
Index: SpringComponent.java
===================================================================
RCS file: /cvsroot/jboss/jboss-seam/src/ioc/org/jboss/seam/ioc/spring/SpringComponent.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- SpringComponent.java 21 Feb 2007 01:08:51 -0000 1.5
+++ SpringComponent.java 22 Feb 2007 08:18:30 -0000 1.6
@@ -63,7 +63,6 @@
* @param scopeType the scope of this component
* @param beanFactory the beanfactory this spring bean exists in
* @param interceptorType the InterceptorTyp to force the bean to use. Will override any annotations on the bean.
- * @param override If a seam component already exists should we override it?
*/
public static void addSpringComponent(String componentName, String springBeanName, String beanClassName,
ScopeType scopeType, BeanFactory beanFactory, InterceptionType interceptorType)
More information about the jboss-cvs-commits
mailing list