]> source.dussan.org Git - poi.git/commit
Make D* functions thread safe, thanks to Patrick Zimmermann for the patch.
authorDavid North <dnorth@apache.org>
Thu, 3 Sep 2015 15:58:00 +0000 (15:58 +0000)
committerDavid North <dnorth@apache.org>
Thu, 3 Sep 2015 15:58:00 +0000 (15:58 +0000)
commit984e8d9c76cedb188f2fb5c84d1a7a1632d81b31
treed8d92d1adb515e516fe6a783ee253e6cf5b3fc2b
parent29767eb0c5af4b284f870dba1e0bdeed3f581b26
Make D* functions thread safe, thanks to Patrick Zimmermann for the patch.

https://bz.apache.org/bugzilla/show_bug.cgi?id=58039

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1701055 13f79535-47bb-0310-9956-ffa450edef68
src/java/org/apache/poi/ss/formula/eval/FunctionEval.java
src/java/org/apache/poi/ss/formula/functions/DGet.java
src/java/org/apache/poi/ss/formula/functions/DMin.java
src/java/org/apache/poi/ss/formula/functions/DStarRunner.java
src/java/org/apache/poi/ss/formula/functions/IDStarAlgorithm.java