You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2011/10/03 18:10:31 UTC

svn commit: r1178438 - in /cxf/branches/2.4.x-fixes: ./ rt/transports/http-jetty/src/main/resources/schemas/configuration/http-jetty.xsd

Author: dkulp
Date: Mon Oct  3 16:10:31 2011
New Revision: 1178438

URL: http://svn.apache.org/viewvc?rev=1178438&view=rev
Log:
Merged revisions 1177480 via svnmerge from 
https://svn.apache.org/repos/asf/cxf/trunk

........
  r1177480 | ningjiang | 2011-09-29 21:53:31 -0400 (Thu, 29 Sep 2011) | 1 line
  
  CXF-3833 polish the comment of http-jetty.xsd
........

Modified:
    cxf/branches/2.4.x-fixes/   (props changed)
    cxf/branches/2.4.x-fixes/rt/transports/http-jetty/src/main/resources/schemas/configuration/http-jetty.xsd

Propchange: cxf/branches/2.4.x-fixes/
            ('svn:mergeinfo' removed)

Propchange: cxf/branches/2.4.x-fixes/
------------------------------------------------------------------------------
Binary property 'svnmerge-integrated' - no diff available.

Modified: cxf/branches/2.4.x-fixes/rt/transports/http-jetty/src/main/resources/schemas/configuration/http-jetty.xsd
URL: http://svn.apache.org/viewvc/cxf/branches/2.4.x-fixes/rt/transports/http-jetty/src/main/resources/schemas/configuration/http-jetty.xsd?rev=1178438&r1=1178437&r2=1178438&view=diff
==============================================================================
--- cxf/branches/2.4.x-fixes/rt/transports/http-jetty/src/main/resources/schemas/configuration/http-jetty.xsd (original)
+++ cxf/branches/2.4.x-fixes/rt/transports/http-jetty/src/main/resources/schemas/configuration/http-jetty.xsd Mon Oct  3 16:10:31 2011
@@ -149,7 +149,7 @@
        </xs:attribute>
        <xs:attribute name="maxIdleTime" type="ptp:ParameterizedInt">
            <xs:annotation>  
-                <xs:documentation>Set the maximum Idle time for a connection, the timer will be reset if there is any read and write option on the under layer stream.</xs:documentation> 
+                <xs:documentation>Specifies the maximum Idle time for a jetty connecter, the idle timer will be reset if there is any read and write action on the underlaying stream.</xs:documentation> 
            </xs:annotation>
        </xs:attribute>
     </xs:complexType>