Author: dkulp
Date: Fri Jun 17 16:52:47 2016
New Revision: 990805

Log:
Update the published javadoc

Modified:
    
websites/production/cxf/content/javadoc/latest-2.5.x/org/apache/cxf/jca/outbound/CXFConnection.html
    
websites/production/cxf/content/javadoc/latest-2.6.x/org/apache/cxf/jca/outbound/CXFConnection.html
    
websites/production/cxf/content/javadoc/latest-2.7.x/org/apache/cxf/jca/outbound/CXFConnection.html
    
websites/production/cxf/content/javadoc/latest-3.0.x/org/apache/cxf/jca/outbound/CXFConnection.html
    
websites/production/cxf/content/javadoc/latest-3.1.x/org/apache/cxf/jca/outbound/CXFConnection.html

Modified: 
websites/production/cxf/content/javadoc/latest-2.5.x/org/apache/cxf/jca/outbound/CXFConnection.html
==============================================================================
--- 
websites/production/cxf/content/javadoc/latest-2.5.x/org/apache/cxf/jca/outbound/CXFConnection.html
 (original)
+++ 
websites/production/cxf/content/javadoc/latest-2.5.x/org/apache/cxf/jca/outbound/CXFConnection.html
 Fri Jun 17 16:52:47 2016
@@ -158,7 +158,7 @@ getService</H3>
 <DL>
 <DD>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 <A 
HREF="../../../../../org/apache/cxf/jca/outbound/CXFConnection.html#close()"><CODE>close()</CODE></A>.
 <P>
 <DD><DL>

Modified: 
websites/production/cxf/content/javadoc/latest-2.6.x/org/apache/cxf/jca/outbound/CXFConnection.html
==============================================================================
--- 
websites/production/cxf/content/javadoc/latest-2.6.x/org/apache/cxf/jca/outbound/CXFConnection.html
 (original)
+++ 
websites/production/cxf/content/javadoc/latest-2.6.x/org/apache/cxf/jca/outbound/CXFConnection.html
 Fri Jun 17 16:52:47 2016
@@ -158,7 +158,7 @@ getService</H3>
 <DL>
 <DD>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 <A 
HREF="../../../../../org/apache/cxf/jca/outbound/CXFConnection.html#close()"><CODE>close()</CODE></A>.
 <P>
 <DD><DL>

Modified: 
websites/production/cxf/content/javadoc/latest-2.7.x/org/apache/cxf/jca/outbound/CXFConnection.html
==============================================================================
--- 
websites/production/cxf/content/javadoc/latest-2.7.x/org/apache/cxf/jca/outbound/CXFConnection.html
 (original)
+++ 
websites/production/cxf/content/javadoc/latest-2.7.x/org/apache/cxf/jca/outbound/CXFConnection.html
 Fri Jun 17 16:52:47 2016
@@ -158,7 +158,7 @@ getService</H3>
 <DL>
 <DD>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 <A 
HREF="../../../../../org/apache/cxf/jca/outbound/CXFConnection.html#close()"><CODE>close()</CODE></A>.
 <P>
 <DD><DL>

Modified: 
websites/production/cxf/content/javadoc/latest-3.0.x/org/apache/cxf/jca/outbound/CXFConnection.html
==============================================================================
--- 
websites/production/cxf/content/javadoc/latest-3.0.x/org/apache/cxf/jca/outbound/CXFConnection.html
 (original)
+++ 
websites/production/cxf/content/javadoc/latest-3.0.x/org/apache/cxf/jca/outbound/CXFConnection.html
 Fri Jun 17 16:52:47 2016
@@ -159,7 +159,7 @@ getService</H3>
 <DL>
 <DD>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 <A 
HREF="../../../../../org/apache/cxf/jca/outbound/CXFConnection.html#close()"><CODE>close()</CODE></A>.
 <P>
 <DD><DL>

Modified: 
websites/production/cxf/content/javadoc/latest-3.1.x/org/apache/cxf/jca/outbound/CXFConnection.html
==============================================================================
--- 
websites/production/cxf/content/javadoc/latest-3.1.x/org/apache/cxf/jca/outbound/CXFConnection.html
 (original)
+++ 
websites/production/cxf/content/javadoc/latest-3.1.x/org/apache/cxf/jca/outbound/CXFConnection.html
 Fri Jun 17 16:52:47 2016
@@ -147,7 +147,7 @@
              throws <a 
href="http://docs.oracle.com/javase/7/docs/api/java/lang/Exception.html?is-external=true";
 title="class or interface in java.lang">Exception</a></pre>
 <div class="block">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 <a 
href="../../../../../org/apache/cxf/jca/outbound/CXFConnection.html#close()"><code>close()</code></a>.</div>
 <dl><dt><span class="strong">Type Parameters:</span></dt><dd><code>T</code> - 
</dd><dt><span 
class="strong">Parameters:</span></dt><dd><code>serviceClass</code> - </dd>
 <dt><span class="strong">Returns:</span></dt><dd>service object</dd>


Reply via email to