Remove tab indents
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1494378 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
58b92caebe
commit
28899342eb
@ -1298,7 +1298,7 @@ public class XWPFDocument extends POIXMLDocument implements Document, IBody {
|
||||
* @see org.apache.poi.xwpf.usermodel.IBody#getParagraphArray(int)
|
||||
*/
|
||||
public XWPFParagraph getParagraphArray(int pos) {
|
||||
if(pos >= 0 && pos < paragraphs.size()){
|
||||
if (pos >= 0 && pos < paragraphs.size()) {
|
||||
return paragraphs.get(pos);
|
||||
}
|
||||
return null;
|
||||
|
Loading…
Reference in New Issue
Block a user