Fix incorrect constant for pict-files

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1849762 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Dominik Stadler 2018-12-26 13:27:56 +00:00
parent 235f3e059c
commit d40eb6f37f
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ public final class ContentTypes {
*/
public static final String IMAGE_PICT = "image/pict";
public static final String EXTENSION_PICT = "tiff";
public static final String EXTENSION_PICT = "pict";
/**
* XML file.