From: Javen O'Neal Date: Tue, 14 Jun 2016 21:57:38 +0000 (+0000) Subject: remove RegionUtil reference X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=72ef600ce03e913d6d14670afba6935bbf9c0175;p=poi.git remove RegionUtil reference git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1748473 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/java/org/apache/poi/ss/util/RegionUtil.java b/src/java/org/apache/poi/ss/util/RegionUtil.java index 312ad30e95..e18712986c 100644 --- a/src/java/org/apache/poi/ss/util/RegionUtil.java +++ b/src/java/org/apache/poi/ss/util/RegionUtil.java @@ -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 - * BorderPropertyTemplate#drawBorders 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.