Author: ningjiang
Date: Fri Sep 30 01:53:31 2011
New Revision: 1177480
URL: http://svn.apache.org/viewvc?rev=1177480&view=rev
Log:
CXF-3833 polish the comment of http-jetty.xsd
Modified:
cxf/trunk/rt/transports/http-jetty/src/main/resources/schemas/configuration/http-jetty.xsd
Modified:
cxf/trunk/rt/transports/http-jetty/src/main/resources/schemas/configuration/http-jetty.xsd
URL:
http://svn.apache.org/viewvc/cxf/trunk/rt/transports/http-jetty/src/main/resources/schemas/configuration/http-jetty.xsd?rev=1177480&r1=1177479&r2=1177480&view=diff
==============================================================================
---
cxf/trunk/rt/transports/http-jetty/src/main/resources/schemas/configuration/http-jetty.xsd
(original)
+++
cxf/trunk/rt/transports/http-jetty/src/main/resources/schemas/configuration/http-jetty.xsd
Fri Sep 30 01:53: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>