Made it work with new XML generated types

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352587 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Said Ryan Ackley 2002-05-03 01:53:06 +00:00
parent 3ed720db7a
commit 36bd0eaf60

View File

@ -172,7 +172,7 @@ public class HDFObjectFactory
private void initTableStream() throws IOException
{
String tablename = null;
if(!_fib.isFWhichTblStm())
if(_fib.isFWhichTblStm())
{
tablename="1Table";
}