mirror of https://github.com/apache/poi.git
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:
parent
a5540e0dfb
commit
5584837ff2
|
@ -129,8 +129,8 @@ public abstract class CellRangeAddressBase {
|
|||
/**
|
||||
* Determines whether or not this CellRangeAddress and the specified CellRangeAddress intersect.
|
||||
*
|
||||
* @param other
|
||||
* @return
|
||||
* @param other a candidate cell range address to check for intersection with this range
|
||||
* @return returns true if this range and other range have at least 1 cell in common
|
||||
*/
|
||||
public boolean intersects(CellRangeAddressBase other) {
|
||||
// see java.awt.Rectangle.intersects
|
||||
|
|
Loading…
Reference in New Issue