You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ni...@apache.org on 2015/11/04 19:25:35 UTC

svn commit: r1712606 - in /poi/trunk/src: java/org/apache/poi/ss/formula/FormulaShifter.java ooxml/java/org/apache/poi/xssf/usermodel/XSSFSheet.java

Author: nick
Date: Wed Nov  4 18:25:35 2015
New Revision: 1712606

URL: http://svn.apache.org/viewvc?rev=1712606&view=rev
Log:
Javadoc fixes

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

Modified: poi/trunk/src/java/org/apache/poi/ss/formula/FormulaShifter.java
URL: http://svn.apache.org/viewvc/poi/trunk/src/java/org/apache/poi/ss/formula/FormulaShifter.java?rev=1712606&r1=1712605&r2=1712606&view=diff
==============================================================================
--- poi/trunk/src/java/org/apache/poi/ss/formula/FormulaShifter.java (original)
+++ poi/trunk/src/java/org/apache/poi/ss/formula/FormulaShifter.java Wed Nov  4 18:25:35 2015
@@ -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();

Modified: poi/trunk/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFSheet.java
URL: http://svn.apache.org/viewvc/poi/trunk/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFSheet.java?rev=1712606&r1=1712605&r2=1712606&view=diff
==============================================================================
--- poi/trunk/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFSheet.java (original)
+++ poi/trunk/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFSheet.java Wed Nov  4 18:25:35 2015
@@ -1291,7 +1291,7 @@ public class XSSFSheet extends POIXMLDoc
      * @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) {



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org