Bump to odlparent-3.0.2 and yangtools-2.0.0
[bgpcep.git] / bmp / bmp-impl / src / main / java / org / opendaylight / protocol / bmp / impl / app / BmpRouterImpl.java
index ace4e940e7f917e84e85e5c6569bb72e7dd2c96e..efc00bdcf68b4c679194aa19b661cb7b82ab50b7 100644 (file)
@@ -87,8 +87,8 @@ public final class BmpRouterImpl implements BmpRouter, TransactionChainListener
     }
 
     @Override
-    public synchronized void onSessionUp(final BmpSession session) {
-        this.session = session;
+    public synchronized void onSessionUp(final BmpSession psession) {
+        this.session = psession;
         this.routerIp = InetAddresses.toAddrString(this.session.getRemoteAddress());
         this.routerId = new RouterId(Ipv4Util.getIpAddress(this.session.getRemoteAddress()));
         // check if this session is redundant