]> source.dussan.org Git - poi.git/commitdiff
forbidden-apis-fix
authorAndreas Beeker <kiwiwings@apache.org>
Thu, 30 Jun 2016 23:03:17 +0000 (23:03 +0000)
committerAndreas Beeker <kiwiwings@apache.org>
Thu, 30 Jun 2016 23:03:17 +0000 (23:03 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1750868 13f79535-47bb-0310-9956-ffa450edef68

src/scratchpad/src/org/apache/poi/hwpf/model/FileInformationBlock.java

index d9905f8f65f65c0382114840d051897275c613be..8e66f187e8919fa7a994147ceb846d04039d0021 100644 (file)
@@ -21,6 +21,7 @@ import java.io.IOException;
 import java.lang.reflect.Method;
 import java.lang.reflect.Modifier;
 import java.util.HashSet;
+import java.util.Locale;
 
 import org.apache.poi.EncryptedDocumentException;
 import org.apache.poi.hwpf.model.io.HWPFOutputStream;
@@ -144,7 +145,7 @@ public final class FileInformationBlock implements Cloneable
     private void assertCbRgFcLcb()
     {
         int nfib = getNFib();
-        String nfibHex = String.format("%04X", nfib);
+        String nfibHex = String.format(Locale.ROOT, "%04X", nfib);
         
         // Note - CommonCrawl shows there's more variation in these than
         //        the documentation suggests, so accept common clusters around