Fix checkstyle complains
[bgpcep.git] / bgp / rib-impl / src / main / java / org / opendaylight / protocol / bgp / rib / impl / state / peer / PrefixesSentCounters.java
index aece504e78c40d603e69dec651f3444a7ee6a905..cdeda5d3749b0cf809708ec75593bb95e4699fdc 100644 (file)
@@ -9,11 +9,12 @@
 package org.opendaylight.protocol.bgp.rib.impl.state.peer;
 
 /**
- * Expose Prefixes Sent Count
+ * Expose Prefixes Sent Count.
  */
 public interface PrefixesSentCounters {
     /**
-     * Prefixes sent to peer
+     * Prefixes sent to peer.
+     *
      * @return count
      */
     long getPrefixesSentCount();