You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directmemory.apache.org by ol...@apache.org on 2013/09/17 07:11:47 UTC

svn commit: r1523889 - /directmemory/site-content/simple-usage.html

Author: olamy
Date: Tue Sep 17 05:11:46 2013
New Revision: 1523889

URL: http://svn.apache.org/r1523889
Log:
Site checkin for project Apache DirectMemory

Modified:
    directmemory/site-content/simple-usage.html

Modified: directmemory/site-content/simple-usage.html
URL: http://svn.apache.org/viewvc/directmemory/site-content/simple-usage.html?rev=1523889&r1=1523888&r2=1523889&view=diff
==============================================================================
--- directmemory/site-content/simple-usage.html (original)
+++ directmemory/site-content/simple-usage.html Tue Sep 17 05:11:46 2013
@@ -295,7 +295,7 @@
 <p>Clear at the end of usage and close the CacheService</p>
 <div class="source">
 <pre>  cacheService.clear();
-  cacheService.close(); // close() is available in 0.2-SNAPSHOT+ only</pre></div></div>
+  cacheService.close(); // close() is available in 0.2+ only</pre></div></div>
                   </div>
           </div>