netty5/transport
Norman Maurer bdea94d807 Simplify synchronized syntax
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
2016-01-05 09:02:58 +01:00
..
src Simplify synchronized syntax 2016-01-05 09:02:58 +01:00
pom.xml Fix version 2015-11-24 21:24:22 +01:00