Repository: wicket
Updated Branches:
  refs/heads/master 2aaffaef5 -> 9ccb446f6


Fix javadoc warnings in wicket-ioc


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

Branch: refs/heads/master
Commit: 9ccb446f6ae860e461b80276ce3762ced93f1368
Parents: 2aaffae
Author: Martin Tzvetanov Grigorov <mgrigo...@apache.org>
Authored: Mon Oct 5 23:29:04 2015 +0200
Committer: Martin Tzvetanov Grigorov <mgrigo...@apache.org>
Committed: Mon Oct 5 23:29:04 2015 +0200

----------------------------------------------------------------------
 .../main/java/org/apache/wicket/proxy/LazyInitProxyFactory.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/wicket/blob/9ccb446f/wicket-ioc/src/main/java/org/apache/wicket/proxy/LazyInitProxyFactory.java
----------------------------------------------------------------------
diff --git 
a/wicket-ioc/src/main/java/org/apache/wicket/proxy/LazyInitProxyFactory.java 
b/wicket-ioc/src/main/java/org/apache/wicket/proxy/LazyInitProxyFactory.java
index bfd34a1..06d3674 100644
--- a/wicket-ioc/src/main/java/org/apache/wicket/proxy/LazyInitProxyFactory.java
+++ b/wicket-ioc/src/main/java/org/apache/wicket/proxy/LazyInitProxyFactory.java
@@ -214,7 +214,7 @@ public class LazyInitProxyFactory
         * proxy itself in case the proxy subclass is deserialized on a VM that 
does not have it
         * created.
         * 
-        * @see ProxyReplacement
+        * @see LazyInitProxyFactory.ProxyReplacement
         * 
         * @author Igor Vaynberg (ivaynberg)
         * 

Reply via email to