You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by mg...@apache.org on 2013/02/27 09:10:05 UTC

[2/3] git commit: Fix a typo and use HTML to emphasize.

Fix a typo and use HTML to emphasize.


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

Branch: refs/heads/master
Commit: 172cd4d05a689f041958f493f8110f69542ae4bc
Parents: cbbffe5
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
Authored: Tue Feb 26 17:37:02 2013 +0200
Committer: Martin Tzvetanov Grigorov <mg...@apache.org>
Committed: Tue Feb 26 17:37:02 2013 +0200

----------------------------------------------------------------------
 .../apache/wicket/markup/html/list/ListView.java   |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/172cd4d0/wicket-core/src/main/java/org/apache/wicket/markup/html/list/ListView.java
----------------------------------------------------------------------
diff --git a/wicket-core/src/main/java/org/apache/wicket/markup/html/list/ListView.java b/wicket-core/src/main/java/org/apache/wicket/markup/html/list/ListView.java
index d18466a..6c18dd8 100644
--- a/wicket-core/src/main/java/org/apache/wicket/markup/html/list/ListView.java
+++ b/wicket-core/src/main/java/org/apache/wicket/markup/html/list/ListView.java
@@ -375,8 +375,8 @@ public abstract class ListView<T> extends AbstractRepeater
 	 * If true re-rendering the list view is more efficient if the windows doesn't get changed at
 	 * all or if it gets scrolled (compared to paging). But if you modify the listView model object,
 	 * than you must manually call listView.removeAll() in order to rebuild the ListItems. If you
-	 * nest a ListView in a Form, ALLWAYS set this property to true, as otherwise validation will
-	 * not work properly.
+	 * nest a ListView in a Form, <strong>always</strong> set this property to true,
+	 * as otherwise validation will not work properly.
 	 * 
 	 * @param reuseItems
 	 *            Whether to reuse the child items.