Fix inconsistent whitespace/indents
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1678188 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
9fd1832753
commit
1c693babb8
@ -59,7 +59,6 @@ public class XWPFStyles extends POIXMLDocumentPart{
|
|||||||
* @param part the package part holding the data of the styles,
|
* @param part the package part holding the data of the styles,
|
||||||
* @param rel the package relationship of type "http://schemas.openxmlformats.org/officeDocument/2006/relationships/styles"
|
* @param rel the package relationship of type "http://schemas.openxmlformats.org/officeDocument/2006/relationships/styles"
|
||||||
*/
|
*/
|
||||||
|
|
||||||
public XWPFStyles(PackagePart part, PackageRelationship rel) throws IOException, OpenXML4JException{
|
public XWPFStyles(PackagePart part, PackageRelationship rel) throws IOException, OpenXML4JException{
|
||||||
super(part, rel);
|
super(part, rel);
|
||||||
}
|
}
|
||||||
@ -146,7 +145,7 @@ public class XWPFStyles extends POIXMLDocumentPart{
|
|||||||
ctStyles.setStyleArray(pos, style.getCTStyle());
|
ctStyles.setStyleArray(pos, style.getCTStyle());
|
||||||
}
|
}
|
||||||
/**
|
/**
|
||||||
*get style by a styleID
|
* Get style by a styleID
|
||||||
* @param styleID styleID of the searched style
|
* @param styleID styleID of the searched style
|
||||||
* @return style
|
* @return style
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user