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

View File

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