mirror of https://github.com/apache/poi.git
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:
parent
b3467303ec
commit
0bd01d9fda
|
@ -15,7 +15,7 @@ import java.util.HashMap;
|
|||
|
||||
public class HWPFFileSystem
|
||||
{
|
||||
HashMap _streams;
|
||||
HashMap _streams = new HashMap();
|
||||
|
||||
public HWPFFileSystem()
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue