Repository: cxf
Updated Branches:
  refs/heads/3.1.x-fixes cc0eb7f8e -> 399249b7f


[CXF-6940] Update javadoc


Project: http://git-wip-us.apache.org/repos/asf/cxf/repo
Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/06a86cd5
Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/06a86cd5
Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/06a86cd5

Branch: refs/heads/3.1.x-fixes
Commit: 06a86cd527ea393602038a963f9a78103e96c161
Parents: cc0eb7f
Author: Daniel Kulp <dk...@apache.org>
Authored: Fri Jun 17 12:44:03 2016 -0400
Committer: Daniel Kulp <dk...@apache.org>
Committed: Fri Jun 17 12:45:08 2016 -0400

----------------------------------------------------------------------
 .../src/main/java/org/apache/cxf/jca/outbound/CXFConnection.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf/blob/06a86cd5/integration/jca/src/main/java/org/apache/cxf/jca/outbound/CXFConnection.java
----------------------------------------------------------------------
diff --git 
a/integration/jca/src/main/java/org/apache/cxf/jca/outbound/CXFConnection.java 
b/integration/jca/src/main/java/org/apache/cxf/jca/outbound/CXFConnection.java
index 097dab8..90bf47e 100644
--- 
a/integration/jca/src/main/java/org/apache/cxf/jca/outbound/CXFConnection.java
+++ 
b/integration/jca/src/main/java/org/apache/cxf/jca/outbound/CXFConnection.java
@@ -21,7 +21,7 @@ package org.apache.cxf.jca.outbound;
 /**
  * A CXFConnection is obtains from {@link CXFConnectionFactory}.  It provides
  * access to a CXF web service for client to invoke.  The client should close
- * the CxfConnection when the web service is no longer needed.
+ * the CXFConnection when the web service is no longer needed.
  */
 
 public interface CXFConnection {
@@ -29,7 +29,7 @@ public interface CXFConnection {
     /**
      * Retrieves a service object to invoke.  The serviceInterface class must
      * match the serviceClass in the CXFConnectionSpec that is used to
-     * obtain this CXFConnection.  Application can continue to use the service
+     * obtain this CXFConnection.  Application should not continue to use the 
service
      * object after the the connection has been closed by calling {@link 
#close()}.
      * 
      * @param <T>

Reply via email to