fitnessjiffy-spring
fitnessjiffy-spring copied to clipboard
Uses of SimpleDateFormat without synchronization
The dateFormat
field from AbstractController.java is used in controllers without thread synchronization.
Synchronization Date formats are not synchronized. It is recommended to create separate format instances for each thread. If multiple threads access a format concurrently, it must be synchronized externally.