]> source.dussan.org Git - poi.git/commitdiff
javadoc
authorJaven O'Neal <onealj@apache.org>
Sun, 29 Nov 2015 13:15:03 +0000 (13:15 +0000)
committerJaven O'Neal <onealj@apache.org>
Sun, 29 Nov 2015 13:15:03 +0000 (13:15 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1717062 13f79535-47bb-0310-9956-ffa450edef68

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

index 8ff41cb18a8c076fd24c142967a87b4cbe8c788b..7bf6721b1963239744791e3bc575f170f11ab34e 100644 (file)
@@ -668,7 +668,7 @@ public final class HSSFRow implements Row, Comparable<HSSFRow> {
      * 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
index c7eaf1e3711fd0f3101bcf62a82c5127c7ac8f2a..7f5fe0b5458db79be424d2b87bcec67e75fe60f1 100644 (file)
@@ -121,7 +121,7 @@ public class XSSFRow implements Row, Comparable<XSSFRow> {
      * 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