You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by gi...@apache.org on 2001/09/06 07:12:52 UTC

cvs commit: xml-cocoon2/src/org/apache/cocoon/components/store StoreJanitor.java

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