jonathandarwin / SingletonExample

How to use singleton in Java
0 stars 0 forks source link

Thread Safe #1

Open coposaja opened 5 years ago

coposaja commented 5 years ago

The static function is not thread safe. Consider to use synchronized keyword

chfern commented 5 years ago

Fixed in #2