[Webfunds-commits] java/webfunds/ricardian IniFileReader.java
Ian Grigg
iang@cypherpunks.ai
Fri, 13 Oct 2000 21:23:26 -0400 (AST)
iang 00/10/13 21:23:26
Modified: webfunds/ricardian IniFileReader.java
Log:
dropped Serializable, no clue why it was there...
Revision Changes Path
1.15 +2 -2 java/webfunds/ricardian/IniFileReader.java
Index: IniFileReader.java
===================================================================
RCS file: /home/webfunds/cvsroot/java/webfunds/ricardian/IniFileReader.java,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- IniFileReader.java 2000/09/03 17:04:02 1.14
+++ IniFileReader.java 2000/10/14 01:23:25 1.15
@@ -1,5 +1,5 @@
/*
- * $Id: IniFileReader.java,v 1.14 2000/09/03 17:04:02 iang Exp $
+ * $Id: IniFileReader.java,v 1.15 2000/10/14 01:23:25 iang Exp $
*
* Copyright (c) Systemics Ltd 1995-1999 on behalf of
* the WebFunds Development Team. All Rights Reserved.
@@ -15,7 +15,7 @@
*
*/
public class IniFileReader
- implements Serializable
+ // implements Serializable
{
//----------------------DATA MEMBERS------------------------------