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

[2/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/947fa7c5
Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/947fa7c5
Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/947fa7c5

Branch: refs/heads/master
Commit: 947fa7c56838b2a526cbe2227017430b67b81737
Parents: 3b6d996
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:39: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/947fa7c5/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