Repository: wicket
Updated Branches:
  refs/heads/master 2f0d08d41 -> b48042da7


Fix typos in javadoc.


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

Branch: refs/heads/master
Commit: 9cf3cb8a5f30e1a38a54a7f536b06ad773d9577b
Parents: 2f0d08d
Author: Martin Tzvetanov Grigorov <[email protected]>
Authored: Tue Jun 2 14:17:51 2015 +0300
Committer: Martin Tzvetanov Grigorov <[email protected]>
Committed: Wed Jun 3 17:55:18 2015 +0300

----------------------------------------------------------------------
 .../java/org/apache/wicket/markup/html/form/RadioChoice.java     | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/9cf3cb8a/wicket-core/src/main/java/org/apache/wicket/markup/html/form/RadioChoice.java
----------------------------------------------------------------------
diff --git 
a/wicket-core/src/main/java/org/apache/wicket/markup/html/form/RadioChoice.java 
b/wicket-core/src/main/java/org/apache/wicket/markup/html/form/RadioChoice.java
index 52be5ca..c55f446 100644
--- 
a/wicket-core/src/main/java/org/apache/wicket/markup/html/form/RadioChoice.java
+++ 
b/wicket-core/src/main/java/org/apache/wicket/markup/html/form/RadioChoice.java
@@ -46,7 +46,7 @@ import org.apache.wicket.util.value.IValueMap;
  * HTML:
  * 
  * <pre>
- *    &lt;span style=&quot;vertical=align: top;&quot; 
wicket:id=&quot;site&quot;&gt;
+ *    &lt;span style=&quot;vertical-align: top;&quot; 
wicket:id=&quot;site&quot;&gt;
  *     &lt;input type=&quot;radio&quot;&gt;site 1&lt;/input&gt;
  *     &lt;input type=&quot;radio&quot;&gt;site 2&lt;/input&gt;
  *    &lt;/span&gt;
@@ -55,7 +55,7 @@ import org.apache.wicket.util.value.IValueMap;
  * </p>
  * 
  * <p>
- * You can can extend this class and override method 
wantOnSelectionChangedNotifications() to force
+ * You can extend this class and override method 
wantOnSelectionChangedNotifications() to force
  * server roundtrips on each selection change.
  * </p>
  * 

Reply via email to