Fix checkstyle complains
[bgpcep.git] / bgp / rib-impl / src / main / java / org / opendaylight / protocol / bgp / rib / impl / state / rib / TotalPathsCounter.java
index 4e80c8ae41a60fc55080df3536d1a059a1b9b063..5885ff3d5866faf47cb8d18ad19e3cea58d0331e 100644 (file)
@@ -9,11 +9,12 @@
 package org.opendaylight.protocol.bgp.rib.impl.state.rib;
 
 /**
- * Expose Total Paths Count per RIB
+ * Expose Total Paths Count per RIB.
  */
 public interface TotalPathsCounter {
     /**
-     * Total Paths installed on RIB
+     * Total Paths installed on RIB.
+     *
      * @return count
      */
     long getPathsCount();