Author: kfujino
Date: Tue Mar 20 06:13:15 2018
New Revision: 1827267
URL: http://svn.apache.org/viewvc?rev=1827267&view=rev
Log:
Fix JavaDoc for FragmentationInterceptor.
Modified:
tomcat/tc7.0.x/trunk/java/org/apache/catalina/tribes/group/interceptors/FragmentationInterceptor.java
Modified:
tomcat/tc7.0.x/trunk/java/org/apache/catalina/tribes/group/interceptors/FragmentationInterceptor.java
URL:
http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/java/org/apache/catalina/tribes/group/interceptors/FragmentationInterceptor.java?rev=1827267&r1=1827266&r2=1827267&view=diff
==============================================================================
---
tomcat/tc7.0.x/trunk/java/org/apache/catalina/tribes/group/interceptors/FragmentationInterceptor.java
(original)
+++
tomcat/tc7.0.x/trunk/java/org/apache/catalina/tribes/group/interceptors/FragmentationInterceptor.java
Tue Mar 20 06:13:15 2018
@@ -35,9 +35,9 @@ import org.apache.catalina.tribes.io.XBy
* and smaller messages can make it through.
*
* <br><b>Configuration Options</b><br>
- * OrderInterceptor.expire=<milliseconds> - how long do we keep the fragments
in memory and wait for the rest to arrive<b>default=60,000ms -> 60seconds</b>
+ * FragmentationInterceptor.expire=<milliseconds> - how long do we keep the
fragments in memory and wait for the rest to arrive <b>default=60,000ms ->
60seconds</b>
* This setting is useful to avoid OutOfMemoryErrors<br>
- * OrderInterceptor.maxSize=<max message size> - message size in bytes
<b>default=1024*100 (around a tenth of a MB)</b><br>
+ * FragmentationInterceptor.maxSize=<max message size> - message size in bytes
<b>default=1024*100 (around a tenth of a MB)</b><br>
* @author Filip Hanik
* @version 1.0
*/
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]