]> 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)
commit80e4d8b879c78b352607c035c2bc4a6f66d361e8
treeab01d7a6e5f2c6a89122d5d807fe3dd9b2a02dbb
parent52fe2e45718f200e7d057bac1a1080a4b639dbca
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]