Code clean up
[bgpcep.git] / bmp / bmp-impl / src / main / java / org / opendaylight / protocol / bmp / impl / BmpDispatcherImpl.java
index 698e9ad6a7ab4f5d04ddda19f23c39ee8119311d..6a91e809b16f2ee6631686e3bb5ea5bea019a45e 100644 (file)
@@ -99,7 +99,7 @@ public class BmpDispatcherImpl implements BmpDispatcher {
         private final BmpSessionListenerFactory slf;
         private final KeyMapping keys;
         private long delay;
-        private Timer timer = new Timer();
+        private final Timer timer = new Timer();
 
         BootstrapListener(final Bootstrap bootstrap,
                 final InetSocketAddress remoteAddress, final BmpSessionListenerFactory slf, final KeyMapping keys) {