]> source.dussan.org Git - poi.git/commit
First try of uncluttering CellNumberFormatter.
authorAndreas Beeker <kiwiwings@apache.org>
Wed, 16 Mar 2016 21:18:58 +0000 (21:18 +0000)
committerAndreas Beeker <kiwiwings@apache.org>
Wed, 16 Mar 2016 21:18:58 +0000 (21:18 +0000)
commit6841ce8d555cbd5c32777f29d44922fd8c9e8077
treeab01d7a6e5f2c6a89122d5d807fe3dd9b2a02dbb
parent5e5c991855a12b1bd536571c9f6bf2d7f474d891
First try of uncluttering CellNumberFormatter.
Make inner classes static and remove setting of private outer properties while in constructor.
Make properties final to make sure they are only set once.

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1735300 13f79535-47bb-0310-9956-ffa450edef68
src/java/org/apache/poi/ss/format/CellNumberFormatter.java
src/java/org/apache/poi/ss/format/CellNumberPartHandler.java [new file with mode: 0644]
src/java/org/apache/poi/ss/format/CellNumberStringMod.java [new file with mode: 0644]