add javadoc info for intersects

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1711613 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Javen O'Neal 2015-10-31 12:21:51 +00:00
parent 1aa81eb463
commit f98fda03c1

View File

@ -129,8 +129,8 @@ public abstract class CellRangeAddressBase {
/** /**
* Determines whether or not this CellRangeAddress and the specified CellRangeAddress intersect. * Determines whether or not this CellRangeAddress and the specified CellRangeAddress intersect.
* *
* @param other * @param other a candidate cell range address to check for intersection with this range
* @return * @return returns true if this range and other range have at least 1 cell in common
*/ */
public boolean intersects(CellRangeAddressBase other) { public boolean intersects(CellRangeAddressBase other) {
// see java.awt.Rectangle.intersects // see java.awt.Rectangle.intersects