[email protected] writes: > Author: markphip > Date: Fri Apr 26 19:48:34 2013 > New Revision: 1476359 > > URL: http://svn.apache.org/r1476359 > Log: > JavaHL: fix a thread safety bug that has been observed in Subclipse. > > The Java SimpleDateFormat class is not thread safe. Solved by > synchronizing the use of the object. Also audited all of our usage of > this class and only this one usage has an issue. There are alternate > implementations we could use, but we would have to copy in the class > to our package. I chose to take the simple approach.
Would it be possible to switch to a non-static DateFormat instead? -- Certified & Supported Apache Subversion Downloads: http://www.wandisco.com/subversion/download

