latest updates

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353191 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Said Ryan Ackley 2003-07-07 00:44:17 +00:00
parent 449e5f214b
commit b2a59f04f8
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ import java.util.HashMap;
public class HWPFFileSystem
{
HashMap _streams;
HashMap _streams = new HashMap();
public HWPFFileSystem()
{