Author: tv Date: Tue Apr 14 13:31:27 2015 New Revision: 1673422 URL: http://svn.apache.org/r1673422 Log: JCS-124 Make the code in Step 5 on the JCS overview page a full working class that can compile
Modified: commons/proper/jcs/trunk/src/changes/changes.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=1673422&r1=1673421&r2=1673422&view=diff ============================================================================== --- commons/proper/jcs/trunk/src/changes/changes.xml (original) +++ commons/proper/jcs/trunk/src/changes/changes.xml Tue Apr 14 13:31:27 2015 @@ -20,6 +20,9 @@ </properties> <body> <release version="2.0" date="unreleased" description="JDK 1.6 based major release"> + <action issue="JCS-124" dev="tv" type="update" due-to="Richard Eigenmann"> + Make the code in Step 5 on the JCS overview page a full working class that can compile + </action> <action issue="JCS-140" dev="rmannibucau" type="fix" due-to="liangjiarui"> JCacheFilter code logic error, first hit always fails </action>