mirror of
https://github.com/apache/poi.git
synced 2026-02-27 20:40:08 +08:00
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
f2cfbba58c
commit
c8899ba957
@ -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…
x
Reference in New Issue
Block a user