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

[1/3] git commit: Small typo fix

Updated Branches:
  refs/heads/master 3b6d99668 -> 947fa7c56
  refs/heads/wicket-1.4.x d4850e0ac -> 8cd5a1ba5
  refs/heads/wicket-1.5.x 4d43ee9f7 -> e66b62cd4


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

Branch: refs/heads/wicket-1.4.x
Commit: 8cd5a1ba5cf660509edeb04398ddc0c46e447963
Parents: d4850e0
Author: Jeremy Thomerson <je...@thomersonfamily.com>
Authored: Wed Aug 15 12:40:24 2012 -0500
Committer: Jeremy Thomerson <je...@thomersonfamily.com>
Committed: Wed Aug 15 12:40:24 2012 -0500

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


http://git-wip-us.apache.org/repos/asf/wicket/blob/8cd5a1ba/wicket/src/main/java/org/apache/wicket/markup/html/form/AbstractSingleSelectChoice.java
----------------------------------------------------------------------
diff --git a/wicket/src/main/java/org/apache/wicket/markup/html/form/AbstractSingleSelectChoice.java b/wicket/src/main/java/org/apache/wicket/markup/html/form/AbstractSingleSelectChoice.java
index b86f32e..f8f0066 100644
--- a/wicket/src/main/java/org/apache/wicket/markup/html/form/AbstractSingleSelectChoice.java
+++ b/wicket/src/main/java/org/apache/wicket/markup/html/form/AbstractSingleSelectChoice.java
@@ -193,7 +193,7 @@ 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
+	 * 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.
 	 * 
@@ -354,4 +354,4 @@ public abstract class AbstractSingleSelectChoice<T> extends AbstractChoice<T, T>
 	{
 		return (selected != null) && selected.equals(getChoiceRenderer().getIdValue(object, index));
 	}
-}
\ No newline at end of file
+}