mirror of https://github.com/apache/poi.git
javadoc
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1717062 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
4d759e36f9
commit
d471500512
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue