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 2010/05/06 01:39:44 UTC

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

Author: lu4242
Date: Wed May  5 23:39:43 2010
New Revision: 941548

URL: http://svn.apache.org/viewvc?rev=941548&view=rev
Log:
add noSelectionValue to javadoc (at last added on tlddoc of ri)

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

Modified: myfaces/core/trunk/api/src/main/java/javax/faces/component/_UISelectItems.java
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/api/src/main/java/javax/faces/component/_UISelectItems.java?rev=941548&r1=941547&r2=941548&view=diff
==============================================================================
--- myfaces/core/trunk/api/src/main/java/javax/faces/component/_UISelectItems.java (original)
+++ myfaces/core/trunk/api/src/main/java/javax/faces/component/_UISelectItems.java Wed May  5 23:39:43 2010
@@ -157,10 +157,10 @@ abstract class _UISelectItems extends UI
    * @since 2.0
    * @return
    */
-  //@JSFExclude
-  //@JSFProperty
-  //public Object getNoSelectionValue() {
-  //    return null;
-  //}
+  @JSFExclude
+  @JSFProperty
+  public Object getNoSelectionValue() {
+      return null;
+  }
 
 }