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:
parent
3ed720db7a
commit
36bd0eaf60
@ -172,7 +172,7 @@ public class HDFObjectFactory
|
||||
private void initTableStream() throws IOException
|
||||
{
|
||||
String tablename = null;
|
||||
if(!_fib.isFWhichTblStm())
|
||||
if(_fib.isFWhichTblStm())
|
||||
{
|
||||
tablename="1Table";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user