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
2fa065d96c
commit
a7ca3d19ae
@ -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…
Reference in New Issue
Block a user