Enforce checkstyle and findbug under PCE Api
[bgpcep.git] / pcep / api / src / main / java / org / opendaylight / protocol / pcep / PCEPSessionProposalFactory.java
index ab6c2a89de5584500e990998acf548f302fa4692..0089376ae996eb2dc169b6f6c0dc5ad00dbd546b 100644 (file)
@@ -18,6 +18,8 @@ import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.typ
  */
 public interface PCEPSessionProposalFactory {
     /**
+     * Creates Open with session proposal.
+     *
      * @param address      serves as constraint, so that factory is able to return different proposals for different
      *                     addresses
      * @param sessionId    is used for creation of PCEPOpenObject
@@ -28,7 +30,7 @@ public interface PCEPSessionProposalFactory {
     Open getSessionProposal(@Nonnull InetSocketAddress address, int sessionId, @Nullable PCEPPeerProposal peerProposal);
 
     /**
-     * Returns list containing PCEP Capabilities
+     * Returns list containing PCEP Capabilities.
      *
      * @return PCEPCapabilities
      */