]> source.dussan.org Git - poi.git/commitdiff
remove RegionUtil reference
authorJaven O'Neal <onealj@apache.org>
Tue, 14 Jun 2016 21:57:38 +0000 (21:57 +0000)
committerJaven O'Neal <onealj@apache.org>
Tue, 14 Jun 2016 21:57:38 +0000 (21:57 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1748473 13f79535-47bb-0310-9956-ffa450edef68

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

index 312ad30e95bd97c5b3c7a7b28aa950a368f56d24..e18712986c68b9be5c02271f80d2d2c7409f911f 100644 (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.