Fix findbug and checkstyle issues
[bgpcep.git] / bgp / path-selection-mode / src / main / java / org / opendaylight / protocol / bgp / mode / api / BestPath.java
index 01b483b2d30d2318278e7c3fac4b07fd036bd93a..22916a85c88acc4b844366fe348e39c71a2db76f 100644 (file)
@@ -15,24 +15,28 @@ import org.opendaylight.yangtools.yang.data.api.schema.ContainerNode;
 public interface BestPath {
 
     /**
+     * RouterId.
      *
      * @return the routerId (UnsignedInteger)
      */
     UnsignedInteger getRouterId();
 
     /**
+     * PeerId.
      *
      * @return the routerId (UnsignedInteger) converted to a PeerId
      */
     PeerId getPeerId();
 
     /**
+     * Attributes.
      *
      * @return the path attributes
      */
     ContainerNode getAttributes();
 
     /**
+     * PathId.
      *
      * @return pathId
      */