You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by on...@apache.org on 2015/10/31 13:21:51 UTC

svn commit: r1711613 - /poi/trunk/src/java/org/apache/poi/ss/util/CellRangeAddressBase.java

Author: onealj
Date: Sat Oct 31 12:21:51 2015
New Revision: 1711613

URL: http://svn.apache.org/viewvc?rev=1711613&view=rev
Log:
add javadoc info for intersects

Modified:
    poi/trunk/src/java/org/apache/poi/ss/util/CellRangeAddressBase.java

Modified: poi/trunk/src/java/org/apache/poi/ss/util/CellRangeAddressBase.java
URL: http://svn.apache.org/viewvc/poi/trunk/src/java/org/apache/poi/ss/util/CellRangeAddressBase.java?rev=1711613&r1=1711612&r2=1711613&view=diff
==============================================================================
--- poi/trunk/src/java/org/apache/poi/ss/util/CellRangeAddressBase.java (original)
+++ poi/trunk/src/java/org/apache/poi/ss/util/CellRangeAddressBase.java Sat Oct 31 12:21:51 2015
@@ -129,8 +129,8 @@ public abstract class CellRangeAddressBa
 	/**
 	 * 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



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org