[weld-commits] Weld SVN: r4828 - extensions/trunk/servlet/int/src/main/java/org/jboss/weld/environment/servlet/jsf.
weld-commits at lists.jboss.org
weld-commits at lists.jboss.org
Sun Nov 8 22:59:13 EST 2009
Author: dan.j.allen
Date: 2009-11-08 22:59:12 -0500 (Sun, 08 Nov 2009)
New Revision: 4828
Modified:
extensions/trunk/servlet/int/src/main/java/org/jboss/weld/environment/servlet/jsf/WeldApplication.java
Log:
note
Modified: extensions/trunk/servlet/int/src/main/java/org/jboss/weld/environment/servlet/jsf/WeldApplication.java
===================================================================
--- extensions/trunk/servlet/int/src/main/java/org/jboss/weld/environment/servlet/jsf/WeldApplication.java 2009-11-09 03:56:44 UTC (rev 4827)
+++ extensions/trunk/servlet/int/src/main/java/org/jboss/weld/environment/servlet/jsf/WeldApplication.java 2009-11-09 03:59:12 UTC (rev 4828)
@@ -35,7 +35,7 @@
{
/**
* The BeanManager may not have been initialized at the time JSF is initializing. Therefore,
- * we stick in an ELResolver that delegates to the BeanManager ELResolver, which will
+ * we stick in a ForwardingELResolver that delegates to the BeanManager ELResolver, which will
* be plugged in when it's available. If the ELResolver is invoked before the BeanManager
* is available, an IllegalStateException is thrown (is this the desired behavior?)
*/
More information about the weld-commits
mailing list