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

svn commit: r1717062 - in /poi/trunk/src: java/org/apache/poi/hssf/usermodel/HSSFRow.java ooxml/java/org/apache/poi/xssf/usermodel/XSSFRow.java

Author: onealj
Date: Sun Nov 29 13:15:03 2015
New Revision: 1717062

URL: http://svn.apache.org/viewvc?rev=1717062&view=rev
Log:
javadoc

Modified:
    poi/trunk/src/java/org/apache/poi/hssf/usermodel/HSSFRow.java
    poi/trunk/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFRow.java

Modified: poi/trunk/src/java/org/apache/poi/hssf/usermodel/HSSFRow.java
URL: http://svn.apache.org/viewvc/poi/trunk/src/java/org/apache/poi/hssf/usermodel/HSSFRow.java?rev=1717062&r1=1717061&r2=1717062&view=diff
==============================================================================
--- poi/trunk/src/java/org/apache/poi/hssf/usermodel/HSSFRow.java (original)
+++ poi/trunk/src/java/org/apache/poi/hssf/usermodel/HSSFRow.java Sun Nov 29 13:15:03 2015
@@ -668,7 +668,7 @@ public final class HSSFRow implements Ro
      * Compares two <code>HSSFRow</code> objects.  Two rows are equal if they belong to the same worksheet and
      * their row indexes are equal.
      *
-     * @param   row   the <code>HSSFRow</code> to be compared.
+     * @param   other   the <code>HSSFRow</code> to be compared.
      * @return  <ul>
      *      <li>
      *      the value <code>0</code> if the row number of this <code>HSSFRow</code> is

Modified: poi/trunk/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFRow.java
URL: http://svn.apache.org/viewvc/poi/trunk/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFRow.java?rev=1717062&r1=1717061&r2=1717062&view=diff
==============================================================================
--- poi/trunk/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFRow.java (original)
+++ poi/trunk/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFRow.java Sun Nov 29 13:15:03 2015
@@ -121,7 +121,7 @@ public class XSSFRow implements Row, Com
      * Compares two <code>XSSFRow</code> objects.  Two rows are equal if they belong to the same worksheet and
      * their row indexes are equal.
      *
-     * @param   row   the <code>XSSFRow</code> to be compared.
+     * @param   other   the <code>XSSFRow</code> to be compared.
      * @return  <ul>
      *      <li>
      *      the value <code>0</code> if the row number of this <code>XSSFRow</code> is



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