You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by bs...@apache.org on 2012/08/22 03:45:01 UTC

svn commit: r1375872 - /myfaces/trinidad/trunk/trinidad-api/src/main/java/org/apache/myfaces/trinidad/bean/FacesBean.java

Author: bsullivan
Date: Wed Aug 22 01:45:00 2012
New Revision: 1375872

URL: http://svn.apache.org/viewvc?rev=1375872&view=rev
Log:
Fix compiler warnings

Modified:
    myfaces/trinidad/trunk/trinidad-api/src/main/java/org/apache/myfaces/trinidad/bean/FacesBean.java

Modified: myfaces/trinidad/trunk/trinidad-api/src/main/java/org/apache/myfaces/trinidad/bean/FacesBean.java
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk/trinidad-api/src/main/java/org/apache/myfaces/trinidad/bean/FacesBean.java?rev=1375872&r1=1375871&r2=1375872&view=diff
==============================================================================
--- myfaces/trinidad/trunk/trinidad-api/src/main/java/org/apache/myfaces/trinidad/bean/FacesBean.java (original)
+++ myfaces/trinidad/trunk/trinidad-api/src/main/java/org/apache/myfaces/trinidad/bean/FacesBean.java Wed Aug 22 01:45:00 2012
@@ -29,7 +29,6 @@ import java.util.Set;
 
 import javax.el.ValueExpression;
 
-import javax.faces.component.behavior.ClientBehavior;
 import javax.faces.context.FacesContext;
 import javax.faces.el.ValueBinding;
 
@@ -103,7 +102,7 @@ public interface FacesBean
    * </ul>
    * <p>The most common use case of this method is for message attributes
    * set on converters and validators using a value binding referencing
-   * a managed bean created by <code>&lt;f:loadBundle/&gt;<code>. Since
+   * a managed bean created by <code>&lt;f:loadBundle/&gt;</code>. Since
    * loadBundle only creates its bean during the render response phase
    * while converter and validators take action during process validation
    * phase, the message property's value binding must be stored in a