Fix javadocs and enable doclint
[controller.git] / opendaylight / md-sal / sal-akka-raft / src / main / java / org / opendaylight / controller / cluster / raft / ConfigParams.java
index 652771b4f1c6c6250600e0463ee8242520692757..0e701e3aa55eb00b1d49be1d2fbd3cd6704827c3 100644 (file)
@@ -13,10 +13,12 @@ import scala.concurrent.duration.FiniteDuration;
 
 /**
  * Configuration Parameter interface for configuring the Raft consensus system
- * <p/>
+ *
+ * <p>
  * Any component using this implementation might want to provide an implementation of
  * this interface to configure
- * <p/>
+ *
+ * <p>
  * A default implementation will be used if none is provided.
  *
  * @author Kamal Rameshan