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:
parent
67b7e97a9f
commit
a63d82bbee
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user