Fix findbug and checkstyle issues
[bgpcep.git] / bgp / path-selection-mode / src / main / java / org / opendaylight / protocol / bgp / mode / spi / AbstractBestPath.java
index b6018024448c671df1e0c38b46af64c5d4cf34bc..42fc10d46080e01567ac18a2ca420c13bd0ed613 100644 (file)
@@ -23,7 +23,7 @@ public abstract class AbstractBestPath implements BestPath {
         this.state = requireNonNull(state);
     }
 
-    protected abstract MoreObjects.ToStringHelper addToStringAttributes(final MoreObjects.ToStringHelper toStringHelper);
+    protected abstract MoreObjects.ToStringHelper addToStringAttributes(MoreObjects.ToStringHelper toStringHelper);
 
     @VisibleForTesting
     public final BestPathState getState() {