Fix checkstyle violations in sal-akka-raft-example
[controller.git] / opendaylight / md-sal / sal-akka-raft-example / src / main / java / org / opendaylight / controller / cluster / example / ExampleConfigParamsImpl.java
index 2faae48838abfdb068504463ccb823b243a05891..65d2109b30277f2a70efea3c4a3b219c8efa9b9f 100644 (file)
@@ -10,7 +10,7 @@ package org.opendaylight.controller.cluster.example;
 import org.opendaylight.controller.cluster.raft.DefaultConfigParamsImpl;
 
 /**
- * Implementation of ConfigParams for Example
+ * Implementation of ConfigParams for Example.
  */
 public class ExampleConfigParamsImpl extends DefaultConfigParamsImpl {
     @Override