diff options
author | Greg Woolsey <gwoolsey@apache.org> | 2019-03-30 19:33:02 +0000 |
---|---|---|
committer | Greg Woolsey <gwoolsey@apache.org> | 2019-03-30 19:33:02 +0000 |
commit | 0d22749477125691ea5c7ca8de620aa5dbdef852 (patch) | |
tree | 309fffaa523b03180f69d3691d481865c080a11a /.settings | |
parent | 30851e44a60a2a9f377eb2f0c938c35bb9fd8f0a (diff) | |
download | poi-0d22749477125691ea5c7ca8de620aa5dbdef852.tar.gz poi-0d22749477125691ea5c7ca8de620aa5dbdef852.zip |
#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
Diffstat (limited to '.settings')
-rw-r--r-- | .settings/com.vaadin.designer.prefs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.settings/com.vaadin.designer.prefs b/.settings/com.vaadin.designer.prefs new file mode 100644 index 0000000000..83e545c06d --- /dev/null +++ b/.settings/com.vaadin.designer.prefs @@ -0,0 +1,2 @@ +applicationTheme=Project structure is not supported.
+eclipse.preferences.version=1
|