Author: gmazza
Date: Fri May 27 12:52:03 2011
New Revision: 1128286
URL: http://svn.apache.org/viewvc?rev=1128286&view=rev
Log:
Editorial nitpicks.
Modified:
cxf/trunk/rt/core/src/main/java/org/apache/cxf/service/invoker/AbstractInvoker.java
cxf/trunk/rt/frontend/jaxws/src/main/java/org/apache/cxf/jaxws/support/Messages.properties
Modified:
cxf/trunk/rt/core/src/main/java/org/apache/cxf/service/invoker/AbstractInvoker.java
URL:
http://svn.apache.org/viewvc/cxf/trunk/rt/core/src/main/java/org/apache/cxf/service/invoker/AbstractInvoker.java?rev=1128286&r1=1128285&r2=1128286&view=diff
==============================================================================
---
cxf/trunk/rt/core/src/main/java/org/apache/cxf/service/invoker/AbstractInvoker.java
(original)
+++
cxf/trunk/rt/core/src/main/java/org/apache/cxf/service/invoker/AbstractInvoker.java
Fri May 27 12:52:03 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
Modified:
cxf/trunk/rt/frontend/jaxws/src/main/java/org/apache/cxf/jaxws/support/Messages.properties
URL:
http://svn.apache.org/viewvc/cxf/trunk/rt/frontend/jaxws/src/main/java/org/apache/cxf/jaxws/support/Messages.properties?rev=1128286&r1=1128285&r2=1128286&view=diff
==============================================================================
---
cxf/trunk/rt/frontend/jaxws/src/main/java/org/apache/cxf/jaxws/support/Messages.properties
(original)
+++
cxf/trunk/rt/frontend/jaxws/src/main/java/org/apache/cxf/jaxws/support/Messages.properties
Fri May 27 12:52:03 2011
@@ -32,4 +32,5 @@ INVALID_RESPONSE_WRAPPER = @ResponseWrap
SERVICECLASS_MUST_BE_SET = serviceClass must be set to a valid service
interface or class
XMLSEEALSO_NULL_CLASS = A class listed in the XmlSeeAlso annotation of the
service class %s cannot be found on the classpath. Index: %d of XmlSeeAlso
class list.
WEBMETHOD_EXCLUDE_NOT_ALLOWED = The @javax.jws.WebMethod(exclude=true) cannot
be used on a service endpoint interface. Method: {0}
-WEBSERVICE_ANNOTATIONS_IS_LOADED_BY_OTHER_CLASSLOADER = The {0} annotation is
loaded by other classloader. Please check if there are multi version of jws jar
in your class path.
\ No newline at end of file
+WEBSERVICE_ANNOTATIONS_IS_LOADED_BY_OTHER_CLASSLOADER = The {0} annotation was
already loaded by another classloader. Please check if there are multiple
versions of the JAX-WS jar in your classpath.
+