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: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]