Author: gmazza
Date: Fri May 27 12:51:30 2011
New Revision: 1128285
URL: http://svn.apache.org/viewvc?rev=1128285&view=rev
Log:
typo fixed.
Modified:
cxf/branches/2.3.x-fixes/rt/core/src/main/java/org/apache/cxf/service/invoker/AbstractInvoker.java
Modified:
cxf/branches/2.3.x-fixes/rt/core/src/main/java/org/apache/cxf/service/invoker/AbstractInvoker.java
URL:
http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/rt/core/src/main/java/org/apache/cxf/service/invoker/AbstractInvoker.java?rev=1128285&r1=1128284&r2=1128285&view=diff
==============================================================================
---
cxf/branches/2.3.x-fixes/rt/core/src/main/java/org/apache/cxf/service/invoker/AbstractInvoker.java
(original)
+++
cxf/branches/2.3.x-fixes/rt/core/src/main/java/org/apache/cxf/service/invoker/AbstractInvoker.java
Fri May 27 12:51:30 2011
@@ -251,7 +251,7 @@ public abstract class AbstractInvoker im
* enables attributes on that method to be found.
*
* @param method method to be invoked, which may come from an interface
- * @param targetClass target class for the curren invocation. May be
+ * @param targetClass target class for the current invocation. May be
* <code>null</code> or may not even implement the method.
* @return the more specific method, or the original method if the
* targetClass doesn't specialize it or implement it or is null