unico 2004/06/11 09:19:04
Modified: src/blocks/scratchpad/java/org/apache/cocoon/components/store
EHStore.java
Log:
typo
Revision Changes Path
1.5 +1 -1
cocoon-2.1/src/blocks/scratchpad/java/org/apache/cocoon/components/store/EHStore.java
Index: EHStore.java
===================================================================
RCS file:
/home/cvs/cocoon-2.1/src/blocks/scratchpad/java/org/apache/cocoon/components/store/EHStore.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- EHStore.java 21 May 2004 12:44:35 -0000 1.4
+++ EHStore.java 11 Jun 2004 16:19:04 -0000 1.5
@@ -47,7 +47,7 @@
* IMPORTANT:<br>
* (from http://ehcache.sourceforge.net/documentation/)
* Persistence:
- * The Disk Cache used by EHCache is not meant to be persistence mechanism.
+ * The Disk Cache used by EHCache is not meant to be a persistence
mechanism.
* The data file for each cache is deleted, if it exists, on startup.
* No data from a previous instance of an application is persisted through
the disk cache.
* The data file for each cache is also deleted on shutdown.