[Webfunds-commits] java/webfunds/store AppendFileStore.java

Jeroen C. van Gelderen gelderen@cypherpunks.ai
Tue, 20 Feb 2001 17:44:23 -0400 (AST)


gelderen    01/02/20 17:44:23

  Modified:    webfunds/store AppendFileStore.java
  Log:
  - Remove commented-out instance variable (core).

Revision  Changes    Path
1.16      +1 -2      java/webfunds/store/AppendFileStore.java

Index: AppendFileStore.java
===================================================================
RCS file: /home/webfunds/cvsroot/java/webfunds/store/AppendFileStore.java,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- AppendFileStore.java	2000/10/07 01:16:11	1.15
+++ AppendFileStore.java	2001/02/20 21:44:23	1.16
@@ -1,5 +1,5 @@
 /*
- * $Id: AppendFileStore.java,v 1.15 2000/10/07 01:16:11 iang Exp $
+ * $Id: AppendFileStore.java,v 1.16 2001/02/20 21:44:23 gelderen Exp $
  *
  * Copyright (c) Systemics Ltd 1995-2000 on behalf of
  * the WebFunds Development Team.  All Rights Reserved.
@@ -59,7 +59,6 @@
     public static final String DUMMY = "DUMMY";
     public static final String DELETE = "DELETE";
 
-    //protected   Core  c = null;
     protected   File dir;
     protected   File file;                      // current file within dir
     protected   FileOutputStream append = null; // append open file