bdea94d807
Motivation: We often used synchronized(this) while the whole method was synchronized, which can be simplified by just mark the whole method as synchronized. Modifications: Replace synchronized(this) with synchronized on the method Result: Cleaner code |
||
---|---|---|
.. | ||
src | ||
pom.xml |