You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by jr...@apache.org on 2012/08/15 19:54:40 UTC

[3/3] git commit: Small typo fix

Small typo fix


Project: http://git-wip-us.apache.org/repos/asf/wicket/repo
Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/e66b62cd
Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/e66b62cd
Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/e66b62cd

Branch: refs/heads/wicket-1.5.x
Commit: e66b62cd474c56658c7e597d519a8d3acc784058
Parents: 4d43ee9
Author: Jeremy Thomerson <je...@thomersonfamily.com>
Authored: Wed Aug 15 12:37:14 2012 -0500
Committer: Jeremy Thomerson <je...@thomersonfamily.com>
Committed: Wed Aug 15 12:37:14 2012 -0500

----------------------------------------------------------------------
 .../html/form/AbstractSingleSelectChoice.java      |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/e66b62cd/wicket-core/src/main/java/org/apache/wicket/markup/html/form/AbstractSingleSelectChoice.java
----------------------------------------------------------------------
diff --git a/wicket-core/src/main/java/org/apache/wicket/markup/html/form/AbstractSingleSelectChoice.java b/wicket-core/src/main/java/org/apache/wicket/markup/html/form/AbstractSingleSelectChoice.java
index 1a2b83a..72a0e5b 100644
--- a/wicket-core/src/main/java/org/apache/wicket/markup/html/form/AbstractSingleSelectChoice.java
+++ b/wicket-core/src/main/java/org/apache/wicket/markup/html/form/AbstractSingleSelectChoice.java
@@ -227,8 +227,8 @@ public abstract class AbstractSingleSelectChoice<T> extends AbstractChoice<T, T>
 	}
 
 	/**
-	 * /** Determines whether or not the null value should be included in the list of choices when
-	 * the field's model value is nonnull, and whether or not the null_valid string property (e.g.
+	 * Determines whether or not the null value should be included in the list of choices when the
+	 * field's model value is nonnull, and whether or not the null_valid string property (e.g.
 	 * "Choose One") should be displayed until a nonnull value is selected.
 	 * 
 	 * If set to false, then "Choose One" will be displayed when the value is null. After a value is