You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by mb...@apache.org on 2012/09/20 00:05:25 UTC

svn commit: r1387793 - /commons/proper/proxy/branches/version-2.0-work/core/src/main/java/org/apache/commons/proxy2/Invocation.java

Author: mbenson
Date: Wed Sep 19 22:05:25 2012
New Revision: 1387793

URL: http://svn.apache.org/viewvc?rev=1387793&view=rev
Log:
bad 2

Modified:
    commons/proper/proxy/branches/version-2.0-work/core/src/main/java/org/apache/commons/proxy2/Invocation.java

Modified: commons/proper/proxy/branches/version-2.0-work/core/src/main/java/org/apache/commons/proxy2/Invocation.java
URL: http://svn.apache.org/viewvc/commons/proper/proxy/branches/version-2.0-work/core/src/main/java/org/apache/commons/proxy2/Invocation.java?rev=1387793&r1=1387792&r2=1387793&view=diff
==============================================================================
--- commons/proper/proxy/branches/version-2.0-work/core/src/main/java/org/apache/commons/proxy2/Invocation.java (original)
+++ commons/proper/proxy/branches/version-2.0-work/core/src/main/java/org/apache/commons/proxy2/Invocation.java Wed Sep 19 22:05:25 2012
@@ -47,9 +47,9 @@ public interface Invocation
     public Method getMethod();
 
     /**
-     * Returns the proxy2 object on which this invocation was invoked.
+     * Returns the proxy object on which this invocation was invoked.
      *
-     * @return the proxy2 object on which this invocation was invoked
+     * @return the proxy object on which this invocation was invoked
      */
     public Object getProxy();