mirror of https://github.com/apache/poi.git
Made compile
PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352278 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f5279df039
commit
2606284655
|
@ -4,13 +4,13 @@ import org.apache.poi.util.BitField;
|
||||||
import org.apache.poi.util.LittleEndian;
|
import org.apache.poi.util.LittleEndian;
|
||||||
|
|
||||||
|
|
||||||
import org.apache.poi.hdf.model.hdftypes.definitions;
|
//import org.apache.poi.hdf.model.hdftypes.definitions;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* @author andy
|
* @author andy
|
||||||
*/
|
*/
|
||||||
public class FileInformationBlock extends FIBAbstractType
|
public class FileInformationBlock //extends FIBAbstractType
|
||||||
{
|
{
|
||||||
|
|
||||||
private short field_1_id;
|
private short field_1_id;
|
||||||
|
|
Loading…
Reference in New Issue