rename borderIsNotSetOrBlank to borderIsNotSet. Changing a set border style from NONE to THIN fails the unit test. What is the correct behavior?

git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ss_border_property_template@1748068 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Javen O'Neal 2016-06-12 23:03:23 +00:00
parent 67b7e97a9f
commit a63d82bbee

View 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);