Author: tv
Date: Sun Nov 11 14:46:02 2012
New Revision: 1408019
URL: http://svn.apache.org/viewvc?rev=1408019&view=rev
Log:
Fix JCS-49: Contradictory documentation on RemoveUponRemotePut default value
Modified:
commons/proper/jcs/trunk/src/changes/changes.xml
commons/proper/jcs/trunk/xdocs/RemoteCacheProperties.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=1408019&r1=1408018&r2=1408019&view=diff
==============================================================================
--- commons/proper/jcs/trunk/src/changes/changes.xml (original)
+++ commons/proper/jcs/trunk/src/changes/changes.xml Sun Nov 11 14:46:02 2012
@@ -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-49" due-to="David Easley">
+ Contradictory documentation on RemoveUponRemotePut default
value.
+ </action>
<action dev="tv" type="add" issue="JCS-94" due-to="Andrew Leamon">
Add getGroupNames() to all caches.
</action>
Modified: commons/proper/jcs/trunk/xdocs/RemoteCacheProperties.xml
URL:
http://svn.apache.org/viewvc/commons/proper/jcs/trunk/xdocs/RemoteCacheProperties.xml?rev=1408019&r1=1408018&r2=1408019&view=diff
==============================================================================
--- commons/proper/jcs/trunk/xdocs/RemoteCacheProperties.xml (original)
+++ commons/proper/jcs/trunk/xdocs/RemoteCacheProperties.xml Sun Nov 11
14:46:02 2012
@@ -87,7 +87,7 @@
the default.
</td>
<td>N</td>
- <td>false</td>
+ <td>true</td>
</tr>
<tr>
<td>RmiSocketFactoryTimeoutMillis</td>