Code Clean Up
[bgpcep.git] / bgp / path-selection-mode / src / main / java / org / opendaylight / protocol / bgp / mode / impl / add / n / paths / AddPathBestNPathSelection.java
index 5e05237bd9eefdcfbd1048850f459e9a4ceaf429..96aed302ef1a75b7a18d109d611b4ea967683e95 100644 (file)
@@ -33,6 +33,6 @@ public class AddPathBestNPathSelection implements PathSelectionMode {
     }
 
     public Long getNBestPaths() {
-        return nBestPaths;
+        return this.nBestPaths;
     }
 }
\ No newline at end of file