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 2014/03/12 15:14:16 UTC

[3/9] git commit: Fix copy/paste error

Fix copy/paste error


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

Branch: refs/heads/wicket-6.x
Commit: b32ba89897186526e6f277aca10e379f1f606e79
Parents: 8ac36a6
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
Authored: Wed Mar 12 11:27:54 2014 +0200
Committer: Martin Tzvetanov Grigorov <mg...@apache.org>
Committed: Wed Mar 12 11:27:54 2014 +0200

----------------------------------------------------------------------
 wicket-core/src/main/java/org/apache/wicket/markup/TagUtils.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/b32ba898/wicket-core/src/main/java/org/apache/wicket/markup/TagUtils.java
----------------------------------------------------------------------
diff --git a/wicket-core/src/main/java/org/apache/wicket/markup/TagUtils.java b/wicket-core/src/main/java/org/apache/wicket/markup/TagUtils.java
index 09aa73a..d1168f2 100644
--- a/wicket-core/src/main/java/org/apache/wicket/markup/TagUtils.java
+++ b/wicket-core/src/main/java/org/apache/wicket/markup/TagUtils.java
@@ -126,7 +126,7 @@ public class TagUtils
 	/**
 	 *
 	 * @param elem
-	 * @return True if the current markup element is a &lt;wicket:head&gt; tag
+	 * @return True if the current markup element is a &lt;wicket:header-items&gt; tag
 	 */
 	public static final boolean isWicketHeaderItemsTag(final MarkupElement elem)
 	{