dirkv 01/07/25 11:07:41
Modified: src/share/org/apache/slide/store AbstractStore.java
Log:
use new DefaultStore
Revision Changes Path
1.17 +5 -5
jakarta-slide/src/share/org/apache/slide/store/AbstractStore.java
Index: AbstractStore.java
===================================================================
RCS file:
/home/cvs/jakarta-slide/src/share/org/apache/slide/store/AbstractStore.java,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- AbstractStore.java 2001/07/21 13:24:27 1.16
+++ AbstractStore.java 2001/07/25 18:07:41 1.17
@@ -1,7 +1,7 @@
/*
- * $Header:
/home/cvs/jakarta-slide/src/share/org/apache/slide/store/AbstractStore.java,v 1.16
2001/07/21 13:24:27 dirkv Exp $
- * $Revision: 1.16 $
- * $Date: 2001/07/21 13:24:27 $
+ * $Header:
/home/cvs/jakarta-slide/src/share/org/apache/slide/store/AbstractStore.java,v 1.17
2001/07/25 18:07:41 dirkv Exp $
+ * $Revision: 1.17 $
+ * $Date: 2001/07/25 18:07:41 $
*
* ====================================================================
*
@@ -89,7 +89,7 @@
* Abstract implementation of a store. Handles all caching operations.
*
* @author <a href="mailto:[EMAIL PROTECTED]">Remy Maucherat</a>
- * @version $Revision: 1.16 $
+ * @version $Revision: 1.17 $
*/
public abstract class AbstractStore extends AbstractSimpleService
implements Store {
@@ -105,7 +105,7 @@
* Default store classname.
*/
protected String defaultStore =
- "slidestore.reference.MemoryDescriptorsStore";
+ "slidestore.reference.DefaultStore";
/**