]> source.dussan.org Git - poi.git/commitdiff
latest updates
authorSaid Ryan Ackley <sackley@apache.org>
Mon, 7 Jul 2003 00:44:17 +0000 (00:44 +0000)
committerSaid Ryan Ackley <sackley@apache.org>
Mon, 7 Jul 2003 00:44:17 +0000 (00:44 +0000)
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353191 13f79535-47bb-0310-9956-ffa450edef68

src/scratchpad/src/org/apache/poi/hwpf/model/io/HWPFFileSystem.java

index 723391e155b06587902cc9c28dc29bfeb8491e5e..5afc2a13139b4ae43ea89120c2d15e61346ad4a6 100644 (file)
@@ -15,7 +15,7 @@ import java.util.HashMap;
 
 public class HWPFFileSystem
 {
-  HashMap _streams;
+  HashMap _streams = new HashMap();
 
   public HWPFFileSystem()
   {