From 72ef600ce03e913d6d14670afba6935bbf9c0175 Mon Sep 17 00:00:00 2001 From: Javen O'Neal Date: Tue, 14 Jun 2016 21:57:38 +0000 Subject: [PATCH] remove RegionUtil reference 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 | 3 --- 1 file changed, 3 deletions(-) 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. -- 2.39.5