diff --git a/src/java/org/apache/poi/ss/util/RegionUtil.java b/src/java/org/apache/poi/ss/util/RegionUtil.java index 312ad30e9..e18712986 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.