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/05/18 09:53:54 UTC

[2/2] git commit: Fix broken javadoc links. -core cannot reference -devutils because the dependency is in the opposite direction.

Fix broken javadoc links.
-core cannot reference -devutils because the dependency is in the opposite direction.


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

Branch: refs/heads/master
Commit: aac41a9377e9bb6265162af1bda466cd48d40625
Parents: f71cc74
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
Authored: Fri May 18 09:01:17 2012 +0200
Committer: Martin Tzvetanov Grigorov <mg...@apache.org>
Committed: Fri May 18 09:01:17 2012 +0200

----------------------------------------------------------------------
 .../apache/wicket/protocol/http/RequestLogger.java |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/aac41a93/wicket-core/src/main/java/org/apache/wicket/protocol/http/RequestLogger.java
----------------------------------------------------------------------
diff --git a/wicket-core/src/main/java/org/apache/wicket/protocol/http/RequestLogger.java b/wicket-core/src/main/java/org/apache/wicket/protocol/http/RequestLogger.java
index b584e60..cbcee9a 100644
--- a/wicket-core/src/main/java/org/apache/wicket/protocol/http/RequestLogger.java
+++ b/wicket-core/src/main/java/org/apache/wicket/protocol/http/RequestLogger.java
@@ -32,8 +32,8 @@ import org.slf4j.LoggerFactory;
  * the event target and what {@link IRequestHandler} was the response target. It also records what
  * session data was touched for this and how long the request did take.
  * 
- * To view this information live see the {@link InspectorBug} that shows the {@link InspectorPage}
- * with the {@link LiveSessionsPage}.
+ * To view this information live see org.apache.wicket.devutils.inspector.InspectorBug that shows
+ * the org.apache.wicket.devutils.inspector.InspectorPage with the org.apache.wicket.devutils.inspector.LiveSessionsPage.
  * 
  * This implementation uses a rounded buffer for storing the request data, and strives to minimize
  * contention on accessing the rounded buffer. At the beginning of your application start, the