Repository: cxf Updated Branches: refs/heads/3.0.x-fixes cb3a68f14 -> 25c4602be
[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/37b06f5b Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/37b06f5b Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/37b06f5b Branch: refs/heads/3.0.x-fixes Commit: 37b06f5b1daaf5006d4a6798a6bc192f267d6530 Parents: cb3a68f Author: Daniel Kulp <[email protected]> Authored: Fri Jun 17 12:44:03 2016 -0400 Committer: Daniel Kulp <[email protected]> Committed: Fri Jun 17 12:46:28 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/37b06f5b/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>
