You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by jc...@apache.org on 2005/09/08 05:44:33 UTC

svn commit: r279497 - /jakarta/commons/sandbox/proxy/trunk/xdocs/index.xml

Author: jcarman
Date: Wed Sep  7 20:44:30 2005
New Revision: 279497

URL: http://svn.apache.org/viewcvs?rev=279497&view=rev
Log:
Fixed broken link

Modified:
    jakarta/commons/sandbox/proxy/trunk/xdocs/index.xml

Modified: jakarta/commons/sandbox/proxy/trunk/xdocs/index.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/sandbox/proxy/trunk/xdocs/index.xml?rev=279497&r1=279496&r2=279497&view=diff
==============================================================================
--- jakarta/commons/sandbox/proxy/trunk/xdocs/index.xml (original)
+++ jakarta/commons/sandbox/proxy/trunk/xdocs/index.xml Wed Sep  7 20:44:30 2005
@@ -50,7 +50,7 @@
                     three different types of proxy objects:
                     <ul>
                         <li><b>Delegator Proxies</b> - a proxy that merely delegates each method invocation to an
-                            object provided by an <a href="apidocs/org/apache/commons/proxy/provider/ObjectProvider.html">object provider</a>.</li>
+                            object provided by an <a href="apidocs/org/apache/commons/proxy/ObjectProvider.html">object provider</a>.</li>
                         <li><b>Interceptor Proxies</b> - a proxy that allows a <a href="http://aopalliance.sourceforge.net/doc/org/aopalliance/intercept/MethodInterceptor.html">method interceptor</a> to intercept each
                             method invocation.</li>
                         <li><b>Invocation Handler Proxies</b> - a proxy that uses an



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org