]> source.dussan.org Git - poi.git/commitdiff
whitespace
authorJaven O'Neal <onealj@apache.org>
Mon, 10 Jul 2017 01:31:31 +0000 (01:31 +0000)
committerJaven O'Neal <onealj@apache.org>
Mon, 10 Jul 2017 01:31:31 +0000 (01:31 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1801404 13f79535-47bb-0310-9956-ffa450edef68

src/scratchpad/src/org/apache/poi/hpbf/model/QuillContents.java

index 8e003811f6b14dde990ea41dc422322ef4680290..f813b9455cf0851620bb048985460d76c1d55eb5 100644 (file)
@@ -28,7 +28,7 @@ import org.apache.poi.util.LittleEndian;
 import org.apache.poi.util.LocaleUtil;
 
 /**
- * Quill -> QuillSub -> CONTENTS
+ * Read Quill Contents (/Quill/QuillSub/CONTENTS) from an HPBF (Publisher .pub) document
  */
 public final class QuillContents extends HPBFPart {
        private static final String[] PATH = { "Quill", "QuillSub", "CONTENTS", };
@@ -39,7 +39,7 @@ public final class QuillContents extends HPBFPart {
 
                // Now parse the first 512 bytes, and produce
                //  all our bits
-        byte data[] = getData();
+               byte data[] = getData();
 
                // Check first 8 bytes
                String f8 = new String(data, 0, 8, LocaleUtil.CHARSET_1252);