You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@click.apache.org by sa...@apache.org on 2009/10/27 12:38:09 UTC

svn commit: r830139 - /incubator/click/trunk/click/framework/src/org/apache/click/control/Select.java

Author: sabob
Date: Tue Oct 27 11:38:08 2009
New Revision: 830139

URL: http://svn.apache.org/viewvc?rev=830139&view=rev
Log:
cleanup

Modified:
    incubator/click/trunk/click/framework/src/org/apache/click/control/Select.java

Modified: incubator/click/trunk/click/framework/src/org/apache/click/control/Select.java
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/framework/src/org/apache/click/control/Select.java?rev=830139&r1=830138&r2=830139&view=diff
==============================================================================
--- incubator/click/trunk/click/framework/src/org/apache/click/control/Select.java (original)
+++ incubator/click/trunk/click/framework/src/org/apache/click/control/Select.java Tue Oct 27 11:38:08 2009
@@ -168,7 +168,7 @@
  * When a Select control's required property is set to true, then the user has
  * to select a value other than the first value in the option list. The  first
  * value represents a non-selection by the user. In the example below an
- * Empty Option as set as the first value in the option list.
+ * Empty Option is set as the first value in the option list.
  *
  * <pre class="prettyprint">
  * public MyPage extends Page {