mirror of https://github.com/apache/poi.git
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:
parent
235f3e059c
commit
d40eb6f37f
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue