]> source.dussan.org Git - poi.git/commit
#63291 CellFormat global cache isn't thread-safe
authorGreg Woolsey <gwoolsey@apache.org>
Sat, 30 Mar 2019 19:33:02 +0000 (19:33 +0000)
committerGreg Woolsey <gwoolsey@apache.org>
Sat, 30 Mar 2019 19:33:02 +0000 (19:33 +0000)
commit0d22749477125691ea5c7ca8de620aa5dbdef852
tree309fffaa523b03180f69d3691d481865c080a11a
parent30851e44a60a2a9f377eb2f0c938c35bb9fd8f0a
#63291 CellFormat global cache isn't thread-safe

move date format synchronization down to where the problem instance is held.

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1856647 13f79535-47bb-0310-9956-ffa450edef68
.settings/com.vaadin.designer.prefs [new file with mode: 0644]
src/java/org/apache/poi/ss/format/CellDateFormatter.java
src/java/org/apache/poi/ss/format/CellFormatter.java
src/java/org/apache/poi/ss/usermodel/DataFormatter.java
src/testcases/org/apache/poi/ss/usermodel/TestDataFormatter.java