You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by tv...@apache.org on 2013/01/26 19:53:41 UTC

svn commit: r1438946 - in /commons/proper/jcs/trunk: src/changes/changes.xml xdocs/RegionProperties.xml

Author: tv
Date: Sat Jan 26 18:53:40 2013
New Revision: 1438946

URL: http://svn.apache.org/viewvc?rev=1438946&view=rev
Log:
Fix JCS-103: MaxMemoryIdleTimeSeconds default value is wrongly documented 

Modified:
    commons/proper/jcs/trunk/src/changes/changes.xml
    commons/proper/jcs/trunk/xdocs/RegionProperties.xml

Modified: commons/proper/jcs/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/jcs/trunk/src/changes/changes.xml?rev=1438946&r1=1438945&r2=1438946&view=diff
==============================================================================
--- commons/proper/jcs/trunk/src/changes/changes.xml (original)
+++ commons/proper/jcs/trunk/src/changes/changes.xml Sat Jan 26 18:53:40 2013
@@ -20,6 +20,9 @@
 	</properties>
 	<body>
 		<release version="2.0" date="unreleased" description="JDK 1.5 based major release">
+            <action dev="tv" type="fix" issue="JCS-103" due-to="Pavel Novak">
+                MaxMemoryIdleTimeSeconds default value is wrongly documented.
+            </action>
             <action dev="tv" type="update">
                 Use central thread pool instance to clean up the code.
             </action>

Modified: commons/proper/jcs/trunk/xdocs/RegionProperties.xml
URL: http://svn.apache.org/viewvc/commons/proper/jcs/trunk/xdocs/RegionProperties.xml?rev=1438946&r1=1438945&r2=1438946&view=diff
==============================================================================
--- commons/proper/jcs/trunk/xdocs/RegionProperties.xml (original)
+++ commons/proper/jcs/trunk/xdocs/RegionProperties.xml Sat Jan 26 18:53:40 2013
@@ -122,7 +122,7 @@
 							register an event handler on this event.
 						</td>
 						<td>N</td>
-						<td>-1</td>
+						<td>7200</td>
 					</tr>
 					<tr>
 						<td>ShrinkerIntervalSeconds</td>