sackley 2003/07/06 17:44:18
Modified: src/scratchpad/src/org/apache/poi/hwpf/model/io
HWPFFileSystem.java
Log:
latest updates
Revision Changes Path
1.2 +1 -1
jakarta-poi/src/scratchpad/src/org/apache/poi/hwpf/model/io/HWPFFileSystem.java
Index: HWPFFileSystem.java
===================================================================
RCS file:
/home/cvs/jakarta-poi/src/scratchpad/src/org/apache/poi/hwpf/model/io/HWPFFileSystem.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- HWPFFileSystem.java 9 Jun 2003 01:57:43 -0000 1.1
+++ HWPFFileSystem.java 7 Jul 2003 00:44:17 -0000 1.2
@@ -15,7 +15,7 @@
public class HWPFFileSystem
{
- HashMap _streams;
+ HashMap _streams = new HashMap();
public HWPFFileSystem()
{
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]