Bug 63756 - [PATCH] add units to javadocs of some XWPFParagraph methods
Summary: [PATCH] add units to javadocs of some XWPFParagraph methods
Status: RESOLVED FIXED
Alias: None
Product: POI
Classification: Unclassified
Component: XWPF (show other bugs)
Version: unspecified
Hardware: PC Linux
: P2 trivial (vote)
Target Milestone: ---
Assignee: POI Developers List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-09-19 14:31 UTC by patrick
Modified: 2019-11-17 11:27 UTC (History)
0 users



Attachments
a .tar.gz generated by ant -f patch.xml (847 bytes, application/gzip)
2019-09-19 14:33 UTC, patrick
Details

Note You need to log in before you can comment on or make changes to this bug.
Description patrick 2019-09-19 14:31:24 UTC
add explanations of units for parameters and return values of setSpacingBefore, setSpacingBeforeLines, getIndentationLeft, setIndentationLeft, getIndentationRight, setIndentationRight, getIndentationHanging, setIndentationHanging, getIndentationFirstLine, setIndentationFirstLine
Comment 1 patrick 2019-09-19 14:33:17 UTC
Created attachment 36789 [details]
a .tar.gz generated by ant -f patch.xml
Comment 2 Dominik Stadler 2019-11-17 11:27:44 UTC
Thanks for the patch, this is now applied via r1869934 with some more adjustments and IDE warnings fixed.