whitespace
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1801404 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
4c10645b48
commit
0800702952
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user