remove RegionUtil reference

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1748473 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Javen O'Neal 2016-06-14 21:57:38 +00:00
parent f83ff6f8ce
commit 72ef600ce0

View File

@ -69,9 +69,6 @@ public final class RegionUtil {
* Sets the left border for a region of cells by manipulating the cell style of the individual
* cells on the left
*
* @see BorderPropertyTemplate#drawBorders
* <code>BorderPropertyTemplate#drawBorders</code> for improved border functionality.
*
* @param border The new border
* @param region The region that should have the border
* @param sheet The sheet that the region is on.