fixed a stupid mistake

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352858 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Said Ryan Ackley 2002-09-24 03:10:19 +00:00
parent 973c030536
commit e89cc53837
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ public class WordDocument
int _ccpFtn;
/** The name of the file to write to */
String _outName
private static String _outName;
/** OLE stuff*/
private InputStream istream;