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/04/25 10:18:54 UTC

[2/3] git commit: Fix broken and wrong javadoc

Fix broken and wrong javadoc


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

Branch: refs/heads/master
Commit: d7110725293e7857b3b0fe06ee636e3f0b72db36
Parents: e2376fe
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
Authored: Fri Apr 25 11:17:59 2014 +0300
Committer: Martin Tzvetanov Grigorov <mg...@apache.org>
Committed: Fri Apr 25 11:17:59 2014 +0300

----------------------------------------------------------------------
 wicket-core/src/main/java/org/apache/wicket/IQueueRegion.java | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/d7110725/wicket-core/src/main/java/org/apache/wicket/IQueueRegion.java
----------------------------------------------------------------------
diff --git a/wicket-core/src/main/java/org/apache/wicket/IQueueRegion.java b/wicket-core/src/main/java/org/apache/wicket/IQueueRegion.java
index 4bad6f7..93fa2fa 100644
--- a/wicket-core/src/main/java/org/apache/wicket/IQueueRegion.java
+++ b/wicket-core/src/main/java/org/apache/wicket/IQueueRegion.java
@@ -45,8 +45,7 @@ public interface IQueueRegion
 	 * Starts component dequeueing on this {@link IQueueRegion}. This is the entry point into the
 	 * dequeuing process, it creates the {@link DequeueContext} and delegates the operation to the
 	 * {@link org.apache.wicket.MarkupContainer#dequeue(DequeueContext)} method which performs the
-	 * actual dequeueing. The context's markup is retrieved using the {@link #getDequeueMarkup()}
-	 * method which allows subclasses to provide dequeueing-specific markup.
+	 * actual dequeueing. The context's markup is retrieved using the {@link MarkupContainer#getAssociatedMarkup()}.
 	 */
 	public void dequeue();
 }