You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lu...@apache.org on 2015/07/13 23:10:53 UTC

svn commit: r1690824 - /myfaces/core/trunk/api/src/main/java/javax/faces/component/UIViewAction.java

Author: lu4242
Date: Mon Jul 13 21:10:53 2015
New Revision: 1690824

URL: http://svn.apache.org/r1690824
Log:
fix tab character

Modified:
    myfaces/core/trunk/api/src/main/java/javax/faces/component/UIViewAction.java

Modified: myfaces/core/trunk/api/src/main/java/javax/faces/component/UIViewAction.java
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/api/src/main/java/javax/faces/component/UIViewAction.java?rev=1690824&r1=1690823&r2=1690824&view=diff
==============================================================================
--- myfaces/core/trunk/api/src/main/java/javax/faces/component/UIViewAction.java (original)
+++ myfaces/core/trunk/api/src/main/java/javax/faces/component/UIViewAction.java Mon Jul 13 21:10:53 2015
@@ -257,7 +257,7 @@ public class UIViewAction extends UIComp
     /**
      * @deprecated
      */
-	@Deprecated
+    @Deprecated
     @JSFProperty(returnSignature="void",methodSignature="javax.faces.event.ActionEvent")
     public void setActionListener(MethodBinding actionListener)
     {