Author: dkulp
Date: Thu Nov 11 19:38:46 2010
New Revision: 1034069
URL: http://svn.apache.org/viewvc?rev=1034069&view=rev
Log:
Merged revisions 1027165 via svnmerge from
https://svn.apache.org/repos/asf/cxf/trunk
........
r1027165 | gmazza | 2010-10-25 11:19:19 -0400 (Mon, 25 Oct 2010) | 1 line
Typos fixed.
........
Modified:
cxf/branches/2.3.x-fixes/ (props changed)
cxf/branches/2.3.x-fixes/api/src/main/java/org/apache/cxf/annotations/SchemaValidation.java
cxf/branches/2.3.x-fixes/api/src/main/java/org/apache/cxf/annotations/WSDLDocumentationCollection.java
cxf/branches/2.3.x-fixes/api/src/main/java/org/apache/cxf/binding/Binding.java
cxf/branches/2.3.x-fixes/api/src/main/java/org/apache/cxf/binding/BindingFactory.java
cxf/branches/2.3.x-fixes/api/src/main/java/org/apache/cxf/binding/BindingFactoryManager.java
Propchange: cxf/branches/2.3.x-fixes/
------------------------------------------------------------------------------
Binary property 'svnmerge-integrated' - no diff available.
Modified:
cxf/branches/2.3.x-fixes/api/src/main/java/org/apache/cxf/annotations/SchemaValidation.java
URL:
http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/api/src/main/java/org/apache/cxf/annotations/SchemaValidation.java?rev=1034069&r1=1034068&r2=1034069&view=diff
==============================================================================
---
cxf/branches/2.3.x-fixes/api/src/main/java/org/apache/cxf/annotations/SchemaValidation.java
(original)
+++
cxf/branches/2.3.x-fixes/api/src/main/java/org/apache/cxf/annotations/SchemaValidation.java
Thu Nov 11 19:38:46 2010
@@ -26,7 +26,7 @@ import java.lang.annotation.RetentionPol
import java.lang.annotation.Target;
/**
- * Enables SchemaValidation
+ * Enables schema validation
*/
@Documented
@Retention(RetentionPolicy.RUNTIME)
Modified:
cxf/branches/2.3.x-fixes/api/src/main/java/org/apache/cxf/annotations/WSDLDocumentationCollection.java
URL:
http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/api/src/main/java/org/apache/cxf/annotations/WSDLDocumentationCollection.java?rev=1034069&r1=1034068&r2=1034069&view=diff
==============================================================================
---
cxf/branches/2.3.x-fixes/api/src/main/java/org/apache/cxf/annotations/WSDLDocumentationCollection.java
(original)
+++
cxf/branches/2.3.x-fixes/api/src/main/java/org/apache/cxf/annotations/WSDLDocumentationCollection.java
Thu Nov 11 19:38:46 2010
@@ -28,7 +28,7 @@ import java.lang.annotation.Target;
/**
- * Used to attache multiple WSDLDocumentation annotations
+ * Used to attach multiple WSDLDocumentation annotations
* to a method or type if documentation needs to be added
* to more than one place in the wsdl.
*/
Modified:
cxf/branches/2.3.x-fixes/api/src/main/java/org/apache/cxf/binding/Binding.java
URL:
http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/api/src/main/java/org/apache/cxf/binding/Binding.java?rev=1034069&r1=1034068&r2=1034069&view=diff
==============================================================================
---
cxf/branches/2.3.x-fixes/api/src/main/java/org/apache/cxf/binding/Binding.java
(original)
+++
cxf/branches/2.3.x-fixes/api/src/main/java/org/apache/cxf/binding/Binding.java
Thu Nov 11 19:38:46 2010
@@ -36,7 +36,7 @@ public interface Binding extends Interce
Message createMessage();
/**
- * Create a Message form the messge.
+ * Create a Message form the message.
*
* @param m the message used for creating a binding message
* @return the Binding message
Modified:
cxf/branches/2.3.x-fixes/api/src/main/java/org/apache/cxf/binding/BindingFactory.java
URL:
http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/api/src/main/java/org/apache/cxf/binding/BindingFactory.java?rev=1034069&r1=1034068&r2=1034069&view=diff
==============================================================================
---
cxf/branches/2.3.x-fixes/api/src/main/java/org/apache/cxf/binding/BindingFactory.java
(original)
+++
cxf/branches/2.3.x-fixes/api/src/main/java/org/apache/cxf/binding/BindingFactory.java
Thu Nov 11 19:38:46 2010
@@ -47,7 +47,7 @@ public interface BindingFactory {
BindingInfo createBindingInfo(Service service, String namespace, Object
configObject);
/**
- * Set the destionation's message observer which is created by using the
endpoint to
+ * Set the destination's message observer which is created by using the
endpoint to
* listen the incoming message
* @param d the destination that will be set the MessageObserver
* @param e the endpoint to build up the MessageObserver
Modified:
cxf/branches/2.3.x-fixes/api/src/main/java/org/apache/cxf/binding/BindingFactoryManager.java
URL:
http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/api/src/main/java/org/apache/cxf/binding/BindingFactoryManager.java?rev=1034069&r1=1034068&r2=1034069&view=diff
==============================================================================
---
cxf/branches/2.3.x-fixes/api/src/main/java/org/apache/cxf/binding/BindingFactoryManager.java
(original)
+++
cxf/branches/2.3.x-fixes/api/src/main/java/org/apache/cxf/binding/BindingFactoryManager.java
Thu Nov 11 19:38:46 2010
@@ -25,7 +25,7 @@ import org.apache.cxf.BusException;
* The manager interface represents a repository for accessing
* <code>BindingFactory</code>s.
*
- * Provides methods necessary for registering, deregistering or retrieving of
+ * Provides methods necessary for registering, unregistering or retrieving of
* BindingFactorys.
*/
public interface BindingFactoryManager {