]> source.dussan.org Git - poi.git/commitdiff
add javadoc info for intersects
authorJaven O'Neal <onealj@apache.org>
Sat, 31 Oct 2015 12:21:51 +0000 (12:21 +0000)
committerJaven O'Neal <onealj@apache.org>
Sat, 31 Oct 2015 12:21:51 +0000 (12:21 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1711613 13f79535-47bb-0310-9956-ffa450edef68

src/java/org/apache/poi/ss/util/CellRangeAddressBase.java

index 92267fce72006ed9afb298a9af6c51341109d33a..b1f24b099a7ab757d6eba4665aac5e8fcd698913 100644 (file)
@@ -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