[bug-64972] HSSFPictureData#getPictureType() should return 0 for unknown picture type (to be consistent with other implementations)

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1884271 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
PJ Fanning 2020-12-09 21:04:48 +00:00
parent 93c8c1540e
commit e1bb2cca33
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ public class HSSFPictureData implements PictureData
}
/**
* @return the POI internal image type, 0 if not unknown image type (was -1 prior to 5.0.0 but
* @return the POI internal image type, 0 if unknown image type (was -1 prior to 5.0.0 but
* that was inconsistent with other {@link PictureData} implementations)
*
* @see Workbook#PICTURE_TYPE_DIB