Repository: cxf Updated Branches: refs/heads/master 8904a1061 -> dae04edfd
[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/dae04edf Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/dae04edf Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/dae04edf Branch: refs/heads/master Commit: dae04edfd339edef96e61754b1d789c3f3d7c79d Parents: 8904a10 Author: Daniel Kulp <[email protected]> Authored: Fri Jun 17 12:44:03 2016 -0400 Committer: Daniel Kulp <[email protected]> Committed: Fri Jun 17 12:44:22 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/dae04edf/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>
