Return-Path: Delivered-To: apmail-xml-cocoon-cvs-archive@xml.apache.org Received: (qmail 13141 invoked by uid 500); 12 Sep 2002 11:27:37 -0000 Mailing-List: contact cocoon-cvs-help@xml.apache.org; run by ezmlm Precedence: bulk Reply-To: cocoon-dev@xml.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list cocoon-cvs@xml.apache.org Received: (qmail 13131 invoked by uid 500); 12 Sep 2002 11:27:37 -0000 Delivered-To: apmail-xml-cocoon2-cvs@apache.org Date: 12 Sep 2002 11:27:37 -0000 Message-ID: <20020912112737.59961.qmail@icarus.apache.org> From: cziegeler@apache.org To: xml-cocoon2-cvs@apache.org Subject: cvs commit: xml-cocoon2/src/java/org/apache/cocoon/components/store FilesystemStore.java X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N cziegeler 2002/09/12 04:27:37 Modified: src/java/org/apache/cocoon/components/store FilesystemStore.java Log: "Fixing" bug 12034 Revision Changes Path 1.20 +2 -2 xml-cocoon2/src/java/org/apache/cocoon/components/store/FilesystemStore.java Index: FilesystemStore.java =================================================================== RCS file: /home/cvs/xml-cocoon2/src/java/org/apache/cocoon/components/store/FilesystemStore.java,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- FilesystemStore.java 8 Aug 2002 14:02:46 -0000 1.19 +++ FilesystemStore.java 12 Sep 2002 11:27:37 -0000 1.20 @@ -71,7 +71,7 @@ * Stores objects on the filesystem: String objects as text files, * all other objects are serialized. * - * @deprecated Use the Avalon Excalibur Store instead. + * @deprecated Use the {@link org.apache.cocoon.components.store.impl.FilesystemStore} * * @author ? * @author Vadim Gritsenko ---------------------------------------------------------------------- In case of troubles, e-mail: webmaster@xml.apache.org To unsubscribe, e-mail: cocoon-cvs-unsubscribe@xml.apache.org For additional commands, e-mail: cocoon-cvs-help@xml.apache.org