You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by ad...@apache.org on 2015/03/13 21:45:21 UTC

[05/50] wicket git commit: Remove a mention of the removed IPageLink

Remove a mention of the removed IPageLink


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

Branch: refs/heads/pr-86-media_tags
Commit: a335df37833abeef3b3541b8341448d1cc0eab0a
Parents: 44bfe09
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
Authored: Sun Feb 22 23:42:01 2015 +0200
Committer: Martin Tzvetanov Grigorov <mg...@apache.org>
Committed: Mon Feb 23 09:58:01 2015 +0200

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


http://git-wip-us.apache.org/repos/asf/wicket/blob/a335df37/wicket-core/src/main/java/org/apache/wicket/markup/html/link/InlineFrame.java
----------------------------------------------------------------------
diff --git a/wicket-core/src/main/java/org/apache/wicket/markup/html/link/InlineFrame.java b/wicket-core/src/main/java/org/apache/wicket/markup/html/link/InlineFrame.java
index 66d5fc2..a2e58c7 100644
--- a/wicket-core/src/main/java/org/apache/wicket/markup/html/link/InlineFrame.java
+++ b/wicket-core/src/main/java/org/apache/wicket/markup/html/link/InlineFrame.java
@@ -162,8 +162,8 @@ public class InlineFrame extends WebMarkupContainer implements ILinkListener
 		/*
 		 * TODO optimization: the inlineframe component does not always have to be stateless.
 		 * 
-		 * unfortunately due to current implementation always using ipagelink and a ilinklistener
-		 * callback it has to always be stateful because it can be put inside a listview item which
+		 * unfortunately due to current implementation of using a ILinkListener
+		 * callback it has to always be stateful because it can be put inside a ListView item which
 		 * will not be built upon a stateless callback causing a "component at path
 		 * listview:0:iframe not found" error.
 		 *