vgritsenko 2003/03/11 09:07:44
Modified: src/java/org/apache/cocoon/transformation/helpers
IncludeCacheStorageProxy.java
Log:
Fix javadocs
Revision Changes Path
1.2 +4 -5
cocoon-2.1/src/java/org/apache/cocoon/transformation/helpers/IncludeCacheStorageProxy.java
Index: IncludeCacheStorageProxy.java
===================================================================
RCS file:
/home/cvs/cocoon-2.1/src/java/org/apache/cocoon/transformation/helpers/IncludeCacheStorageProxy.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- IncludeCacheStorageProxy.java 9 Mar 2003 00:09:41 -0000 1.1
+++ IncludeCacheStorageProxy.java 11 Mar 2003 17:07:44 -0000 1.2
@@ -54,10 +54,10 @@
import java.io.Serializable;
/**
- * A CacheStorageProxy is an interface object between the [EMAIL PROTECTED]
CacheManager}
+ * A CacheStorageProxy is an interface object between the [EMAIL PROTECTED]
IncludeCacheManager}
* and the real store caching the content.
- * Currently you can use the [EMAIL PROTECTED] DefaultCacheStorageProxy} that uses
the
- * usual store or the [EMAIL PROTECTED] ModifiableSourceCacheStorageProxy} that
+ * Currently you can use the [EMAIL PROTECTED] StoreIncludeCacheStorageProxy} that
uses the
+ * usual store or the [EMAIL PROTECTED] ModifiableSourceIncludeCacheStorageProxy}
that
* uses a configured source.
*
* @author <a href="mailto:[EMAIL PROTECTED]">Carsten Ziegeler</a>
@@ -87,5 +87,4 @@
* @param uri Absolute URI specifying the content
*/
void remove(String uri);
-
}