]> source.dussan.org Git - poi.git/commit
remove public convenience methods that let the user avoid creating a CellAddress...
authorJaven O'Neal <onealj@apache.org>
Sun, 12 Jun 2016 22:33:24 +0000 (22:33 +0000)
committerJaven O'Neal <onealj@apache.org>
Sun, 12 Jun 2016 22:33:24 +0000 (22:33 +0000)
commit344b9d9884674967618ff634d49d267bc359b6aa
tree490b3d2b3730a1ff25897cdf525aa918990df9a4
parent513dfc5ff1854ba74d4a251731fcb72ebf53fd7b
remove public convenience methods that let the user avoid creating a CellAddress object. Having the user provide a CellAddress increases the chance the user-provided object will be reused if possible. This also moves the validation of the CellAddress object outside of this BorderPropertyTemplate class (easier to debug), improves readability, and runs slightly faster since the CellAddress is needed anyways as a key.

git-svn-id: https://svn.apache.org/repos/asf/poi/branches/ss_border_property_template@1748065 13f79535-47bb-0310-9956-ffa450edef68
src/java/org/apache/poi/ss/util/BorderPropertyTemplate.java
src/testcases/org/apache/poi/ss/util/TestBorderPropertyTemplate.java