[Webfunds-commits] java/webfunds/util Support.java
Ian Grigg
iang@cypherpunks.ai
Sun, 15 Apr 2001 13:34:05 -0400 (AST)
iang 01/04/15 13:34:05
Modified: webfunds/util Support.java
Log:
Gnash! fixed compile bugs.
Revision Changes Path
1.5 +2 -1 java/webfunds/util/Support.java
Index: Support.java
===================================================================
RCS file: /home/webfunds/cvsroot/java/webfunds/util/Support.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- Support.java 2001/04/15 17:32:23 1.4
+++ Support.java 2001/04/15 17:34:05 1.5
@@ -1,5 +1,5 @@
/*
- * $Id: Support.java,v 1.4 2001/04/15 17:32:23 iang Exp $
+ * $Id: Support.java,v 1.5 2001/04/15 17:34:05 iang Exp $
*
* Copyright (c) 2000-2001 Systemics Inc on behalf of
* the WebFunds Development Team. All Rights Reserved.
@@ -8,6 +8,7 @@
import java.io.File;
import java.io.InputStream;
+import java.io.OutputStream;
import java.io.FileInputStream;
import java.io.ByteArrayOutputStream;
import java.io.IOException;