mirror of https://github.com/apache/poi.git
[bug-66590] Number of blocks used by the property table missing from the file header. Thanks to Emmanuel Bourg. This closes #462
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1921937 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
1df9b9c5cb
commit
0aa9e2bbb7
|
@ -234,7 +234,6 @@ public final class HeaderBlock implements HeaderBlockConstants {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @return the number of property blocks
|
* @return the number of property blocks
|
||||||
*
|
|
||||||
* @since POI 5.4.0
|
* @since POI 5.4.0
|
||||||
*/
|
*/
|
||||||
public int getPropertyCount() {
|
public int getPropertyCount() {
|
||||||
|
|
Loading…
Reference in New Issue