]> source.dussan.org Git - poi.git/commitdiff
rename borderIsNotSetOrBlank to borderIsNotSet. Changing a set border style from...
authorJaven O'Neal <onealj@apache.org>
Sun, 12 Jun 2016 23:03:23 +0000 (23:03 +0000)
committerJaven O'Neal <onealj@apache.org>
Sun, 12 Jun 2016 23:03:23 +0000 (23:03 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ss_border_property_template@1748068 13f79535-47bb-0310-9956-ffa450edef68

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

index df9337b6f41590028b57a937f5583d03fc081fb8..ae91521b5954a50551b2b885cb90df093eefd6e8 100644 (file)
@@ -637,7 +637,7 @@ public final class BorderPropertyTemplate {
 
     /**
      * A helper method to set the border line style before setting the color if the
-     * current line style is not set or is set as NONE
+     * current line style is not set.
      */
     private boolean borderIsNotSet(CellAddress cell, String borderDirection) {
         Object borderLineStyle = getTemplateProperty(cell, borderDirection);