svn commit: r1426605 [3/3] - in /ofbiz/trunk/framework: minilang/dtd/simple-methods-v2.xsd service/dtd/services.xsd webapp/dtd/site-conf.xsd

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r1426605 [3/3] - in /ofbiz/trunk/framework: minilang/dtd/simple-methods-v2.xsd service/dtd/services.xsd webapp/dtd/site-conf.xsd

jleroux@apache.org
Modified: ofbiz/trunk/framework/service/dtd/services.xsd
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/service/dtd/services.xsd?rev=1426605&r1=1426604&r2=1426605&view=diff
==============================================================================
--- ofbiz/trunk/framework/service/dtd/services.xsd (original)
+++ ofbiz/trunk/framework/service/dtd/services.xsd Fri Dec 28 18:32:23 2012
@@ -266,7 +266,7 @@ under the License.
             <xs:documentation>
                 Calculate and maintain an average response time for this service. Service metrics can be used
                 for monitoring and reporting.
-                &lt;br/&gt;&lt;br/&gt;
+                
                 The metric works by gathering statistics until a configurable maximum is reached (number of
                 requests or elapsed time), then the average is calculated. A smoothing factor is used to
                 smooth differences between calculations.

Modified: ofbiz/trunk/framework/webapp/dtd/site-conf.xsd
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/webapp/dtd/site-conf.xsd?rev=1426605&r1=1426604&r2=1426605&view=diff
==============================================================================
--- ofbiz/trunk/framework/webapp/dtd/site-conf.xsd (original)
+++ ofbiz/trunk/framework/webapp/dtd/site-conf.xsd Fri Dec 28 18:32:23 2012
@@ -343,7 +343,7 @@ under the License.
                 Calculate and maintain an average response time for this request. Request metrics can be used
                 for monitoring and reporting. Metrics can also be used to trigger an alternate
                 response if the optional threshold attribute is used.
-                &lt;br/&gt;&lt;br/&gt;
+                
                 The metric works by gathering statistics until a configurable maximum is reached (number of
                 requests or elapsed time), then the average is calculated. A smoothing factor is used to
                 smooth differences between calculations.