]> source.dussan.org Git - poi.git/commitdiff
Javadoc fixes
authorNick Burch <nick@apache.org>
Wed, 4 Nov 2015 18:25:35 +0000 (18:25 +0000)
committerNick Burch <nick@apache.org>
Wed, 4 Nov 2015 18:25:35 +0000 (18:25 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1712606 13f79535-47bb-0310-9956-ffa450edef68

src/java/org/apache/poi/ss/formula/FormulaShifter.java
src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFSheet.java

index e26cc2c85d359734c283dac99bb179ee32a7f23e..a74cc51e49f24f56f10a854645c5988df3459d5d 100644 (file)
@@ -457,7 +457,7 @@ public final class FormulaShifter {
      * Returns <code>null</code> or {@link #RefErrorPtg} if no change was made
      *
      * @param aptg
-     * @return
+     * @return The Ptg reference if the cell would move due to copy, otherwise null
      */
     private Ptg rowCopyRefPtg(RefPtgBase rptg) {
         final int refRow = rptg.getRow();
index 56cd1e7499a788003f5376e3a7371a9fec89fdf4..610ec2ecd65fe07b13de253b95162cd9e593f2bf 100644 (file)
@@ -1291,7 +1291,7 @@ public class XSSFSheet extends POIXMLDocumentPart implements Sheet {
      * @param startRow the first row number in this sheet to return
      * @param endRow the last row number in this sheet to return
      * @param createRowIfMissing
-     * @return
+     * @return All rows between startRow and endRow, inclusive
      * @throws IllegalArgumentException if startRowNum and endRowNum are not in ascending order
      */
     private List<XSSFRow> getRows(int startRowNum, int endRowNum, boolean createRowIfMissing) {