]> source.dussan.org Git - poi.git/commitdiff
find bugs fix - WMF_HEADER_MAGIC isn't final but should be
authorAndreas Beeker <kiwiwings@apache.org>
Sun, 28 Feb 2016 15:24:14 +0000 (15:24 +0000)
committerAndreas Beeker <kiwiwings@apache.org>
Sun, 28 Feb 2016 15:24:14 +0000 (15:24 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1732753 13f79535-47bb-0310-9956-ffa450edef68

src/scratchpad/src/org/apache/poi/hwmf/record/HwmfPlaceableHeader.java

index ea223501356fc1d46fe1ef6ff8670f0cb49be8cd..8d65ba002fe90c43090c6b6f3ea7a74c06487f5a 100644 (file)
@@ -24,7 +24,7 @@ import org.apache.poi.util.LittleEndianConsts;
 import org.apache.poi.util.LittleEndianInputStream;\r
 \r
 public class HwmfPlaceableHeader {\r
-    public static int WMF_HEADER_MAGIC = 0x9AC6CDD7;\r
+    public static final int WMF_HEADER_MAGIC = 0x9AC6CDD7;\r
     \r
     final Rectangle2D bounds;\r
     final int unitsPerInch;\r