Author: onealj
Date: Sun Jun 12 23:03:23 2016
New Revision: 1748068

URL: http://svn.apache.org/viewvc?rev=1748068&view=rev
Log:
rename borderIsNotSetOrBlank to borderIsNotSet. Changing a set border style 
from NONE to THIN fails the unit test. What is the correct behavior?

Modified:
    
poi/branches/ss_border_property_template/src/java/org/apache/poi/ss/util/BorderPropertyTemplate.java

Modified: 
poi/branches/ss_border_property_template/src/java/org/apache/poi/ss/util/BorderPropertyTemplate.java
URL: 
http://svn.apache.org/viewvc/poi/branches/ss_border_property_template/src/java/org/apache/poi/ss/util/BorderPropertyTemplate.java?rev=1748068&r1=1748067&r2=1748068&view=diff
==============================================================================
--- 
poi/branches/ss_border_property_template/src/java/org/apache/poi/ss/util/BorderPropertyTemplate.java
 (original)
+++ 
poi/branches/ss_border_property_template/src/java/org/apache/poi/ss/util/BorderPropertyTemplate.java
 Sun Jun 12 23:03:23 2016
@@ -637,7 +637,7 @@ public final class BorderPropertyTemplat
 
     /**
      * 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);



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@poi.apache.org
For additional commands, e-mail: commits-h...@poi.apache.org

Reply via email to