mirror of
https://github.com/apache/poi.git
synced 2026-02-27 20:40:08 +08:00
find bugs fix - WMF_HEADER_MAGIC isn't final but should be
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1732753 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a1918d292d
commit
08097483ae
@ -24,7 +24,7 @@ import org.apache.poi.util.LittleEndianConsts;
|
||||
import org.apache.poi.util.LittleEndianInputStream;
|
||||
|
||||
public class HwmfPlaceableHeader {
|
||||
public static int WMF_HEADER_MAGIC = 0x9AC6CDD7;
|
||||
public static final int WMF_HEADER_MAGIC = 0x9AC6CDD7;
|
||||
|
||||
final Rectangle2D bounds;
|
||||
final int unitsPerInch;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user