]> source.dussan.org Git - poi.git/commitdiff
[bug-66590] Number of blocks used by the property table missing from the file header...
authorPJ Fanning <fanningpj@apache.org>
Mon, 18 Nov 2024 17:33:04 +0000 (17:33 +0000)
committerPJ Fanning <fanningpj@apache.org>
Mon, 18 Nov 2024 17:33:04 +0000 (17:33 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1921937 13f79535-47bb-0310-9956-ffa450edef68

poi/src/main/java/org/apache/poi/poifs/storage/HeaderBlock.java

index 99068904b52f71381db8b0d0eb1d13404e46b9bb..e683fe35a548c58e945aaf417b22154b01b037ce 100644 (file)
@@ -234,7 +234,6 @@ public final class HeaderBlock implements HeaderBlockConstants {
 
     /**
      * @return the number of property blocks
-     *
      * @since POI 5.4.0
      */
     public int getPropertyCount() {