Return-Path: Delivered-To: apmail-xml-cocoon-cvs-archive@xml.apache.org Received: (qmail 5471 invoked by uid 500); 6 Sep 2001 05:15:34 -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 5461 invoked by uid 500); 6 Sep 2001 05:15:34 -0000 Delivered-To: apmail-xml-cocoon2-cvs@apache.org Date: 6 Sep 2001 05:12:52 -0000 Message-ID: <20010906051252.81767.qmail@icarus.apache.org> From: giacomo@apache.org To: xml-cocoon2-cvs@apache.org Subject: cvs commit: xml-cocoon2/src/org/apache/cocoon/components/store StoreJanitor.java X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N giacomo 01/09/05 22:12:52 Modified: src/org/apache/cocoon/components/store StoreJanitor.java Log: removed redundand modifier Revision Changes Path 1.2 +2 -2 xml-cocoon2/src/org/apache/cocoon/components/store/StoreJanitor.java Index: StoreJanitor.java =================================================================== RCS file: /home/cvs/xml-cocoon2/src/org/apache/cocoon/components/store/StoreJanitor.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- StoreJanitor.java 2001/09/05 11:56:26 1.1 +++ StoreJanitor.java 2001/09/06 05:12:52 1.2 @@ -19,8 +19,8 @@ String ROLE = "org.apache.cocoon.components.store.StoreJanitor"; /** register method for the stores */ - public void register(Store store); + void register(Store store); /** unregister method for the stores */ - public void unregister(Store store); + void unregister(Store store); } ---------------------------------------------------------------------- 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