Code Clean Up
[bgpcep.git] / bgp / bmp-impl / src / test / java / org / opendaylight / protocol / bmp / impl / session / BmpTestSessionListener.java
index 34d8501c8eb73d8e17ba4d22616519a3c43776bf..25c16580152df293ea10e88de14a4ccf69bd9db5 100644 (file)
@@ -26,7 +26,7 @@ public class BmpTestSessionListener implements BmpSessionListener {
     private boolean up = false;
 
     public boolean isUp () {
-        return up;
+        return this.up;
     }
 
     public List<Notification> getListMsg() {