Fix checkstyle

This commit is contained in:
Norman Maurer 2013-10-02 06:44:10 +02:00
parent a5220198ba
commit a4a207fc4f

View File

@ -78,7 +78,6 @@ public class LocalChannel extends AbstractChannel {
} }
}; };
private volatile State state; private volatile State state;
private volatile LocalChannel peer; private volatile LocalChannel peer;
private volatile LocalAddress localAddress; private volatile LocalAddress localAddress;