mirror of https://github.com/apache/poi.git
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
3b06a0f6a8
commit
e45d2e9c62
|
@ -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