Fix broken Javadoc link

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

Branch: refs/heads/master
Commit: e17cae30678636f06294daeeb25237d37fce9bf1
Parents: d9931af
Author: Martin Tzvetanov Grigorov <[email protected]>
Authored: Thu Nov 29 15:53:33 2012 +0100
Committer: Martin Tzvetanov Grigorov <[email protected]>
Committed: Thu Nov 29 17:12:50 2012 +0100

----------------------------------------------------------------------
 .../paging/PagingNavigationIncrementLink.java      |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/e17cae30/wicket-core/src/main/java/org/apache/wicket/markup/html/navigation/paging/PagingNavigationIncrementLink.java
----------------------------------------------------------------------
diff --git 
a/wicket-core/src/main/java/org/apache/wicket/markup/html/navigation/paging/PagingNavigationIncrementLink.java
 
b/wicket-core/src/main/java/org/apache/wicket/markup/html/navigation/paging/PagingNavigationIncrementLink.java
index c44e4f4..78cf7be 100644
--- 
a/wicket-core/src/main/java/org/apache/wicket/markup/html/navigation/paging/PagingNavigationIncrementLink.java
+++ 
b/wicket-core/src/main/java/org/apache/wicket/markup/html/navigation/paging/PagingNavigationIncrementLink.java
@@ -117,7 +117,7 @@ public class PagingNavigationIncrementLink<T> extends 
Link<T>
         * @param page
         *            ignored
         * @return True if this link links to the given page
-        * @see 
org.apache.wicket.markup.html.link.PageLink#linksTo(org.apache.wicket.Page)
+        * @see 
org.apache.wicket.markup.html.link.BookmarkablePageLink#linksTo(org.apache.wicket.Page)
         */
        @Override
        public boolean linksTo(final Page page)

Reply via email to