mirror of https://github.com/apache/poi.git
whitespace
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1801404 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
04efd0ff8b
commit
61841e51e9
|
@ -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", };
|
||||
|
|
Loading…
Reference in New Issue