Details
-
Task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
None
Description
When encoding/decoding timestamp/time/date value, value is enclosed in a synchronized block to ensure not having race condition when using parameterized calendar.
When no java.util.Calendar object is provided to constructing the time, this synchronized block is useless.