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 2012/03/01 16:27:35 UTC

[1/2] git commit: Fix javadoc link

Updated Branches:
  refs/heads/master 81e092c47 -> 428c22902


Fix javadoc link


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

Branch: refs/heads/master
Commit: 428c229022aea40f5d9f74c60b6fc7fa923ecbc8
Parents: 2c490f6
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
Authored: Thu Mar 1 17:27:15 2012 +0200
Committer: Martin Tzvetanov Grigorov <mg...@apache.org>
Committed: Thu Mar 1 17:27:15 2012 +0200

----------------------------------------------------------------------
 .../wicket/examples/tree/content/Content.java      |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/428c2290/wicket-examples/src/main/java/org/apache/wicket/examples/tree/content/Content.java
----------------------------------------------------------------------
diff --git a/wicket-examples/src/main/java/org/apache/wicket/examples/tree/content/Content.java b/wicket-examples/src/main/java/org/apache/wicket/examples/tree/content/Content.java
index f326cb2..9004a29 100644
--- a/wicket-examples/src/main/java/org/apache/wicket/examples/tree/content/Content.java
+++ b/wicket-examples/src/main/java/org/apache/wicket/examples/tree/content/Content.java
@@ -23,7 +23,7 @@ import org.apache.wicket.model.IDetachable;
 import org.apache.wicket.model.IModel;
 
 /**
- * Tree content factory for the {@link ContentPage}.
+ * Tree content factory for the {@link org.apache.wicket.examples.tree.TreePage}.
  * 
  * Note: This indirection is used for demonstration purposes only! Don't jump through similar hoops
  * if you're just using one type of content for your application's trees.