Code clean up
[bgpcep.git] / pcep / impl / src / main / java / org / opendaylight / protocol / pcep / impl / PCEPSessionImpl.java
index 87eff40e6e57a2928388fd766bd4980eb9295f59..5c9107cb8e948e66cca3b49b3f31319d3e430ff8 100644 (file)
@@ -90,7 +90,7 @@ public class PCEPSessionImpl extends SimpleChannelInboundHandler<Message> implem
 
     // True if the listener should not be notified about events
     @GuardedBy("this")
-    private AtomicBoolean closed = new AtomicBoolean(false);
+    private final AtomicBoolean closed = new AtomicBoolean(false);
 
     private final Channel channel;