git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1717062 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Javen O'Neal 2015-11-29 13:15:03 +00:00
parent f04e478926
commit d8223753ae
2 changed files with 2 additions and 2 deletions

View 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

View 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