Enforce checkstyle and findbug under PCE Api
[bgpcep.git] / pcep / api / src / main / java / org / opendaylight / protocol / pcep / PCEPSessionNegotiatorFactory.java
index 52c2a1e4ac371ee6baa23673d34b1fb290e8bd68..c89be4f31353f56b076d25569fe2840778c79825 100644 (file)
@@ -14,7 +14,7 @@ import javax.annotation.Nonnull;
 /**
  * Factory for creating PCEP session negotiator.
  *
- * @param <S>
+ * @param <S> PCEPSession implementation
  */
 public interface PCEPSessionNegotiatorFactory<S extends PCEPSession> {
 
@@ -33,7 +33,7 @@ public interface PCEPSessionNegotiatorFactory<S extends PCEPSession> {
             @Nonnull Promise<S> promise);
 
     /**
-     * Returns a PCEPSessionProposalFactory
+     * Returns a PCEPSessionProposalFactory.
      *
      * @return session factory
      */