You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ma...@apache.org on 2006/04/13 09:13:06 UTC

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

Author: manolito
Date: Thu Apr 13 00:13:04 2006
New Revision: 393747

URL: http://svn.apache.org/viewcvs?rev=393747&view=rev
Log:
trivial change to test codegen

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

Modified: myfaces/core/trunk/api/src/main/java/javax/faces/component/UICommand.java
URL: http://svn.apache.org/viewcvs/myfaces/core/trunk/api/src/main/java/javax/faces/component/UICommand.java?rev=393747&r1=393746&r2=393747&view=diff
==============================================================================
--- myfaces/core/trunk/api/src/main/java/javax/faces/component/UICommand.java (original)
+++ myfaces/core/trunk/api/src/main/java/javax/faces/component/UICommand.java Thu Apr 13 00:13:04 2006
@@ -171,6 +171,7 @@
     }
 
 
+
     public Object saveState(FacesContext context)
     {
         Object values[] = new Object[5];