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 / messages / RegisterListener.java
index 1f1e4d17e1ae3ac96217b2995205d67c596fef2c..8baa2105f0848d6e3f5c2d8c91ca9c7b8f756f14 100644 (file)
@@ -9,9 +9,8 @@
 package org.opendaylight.controller.cluster.example.messages;
 
 /**
- * Message sent by the Example Role Change Listener to itself for registering itself with the notifiers
- *
- * This message is sent by the scheduler
+ * Message sent by the Example Role Change Listener to itself for registering itself with the notifiers.
+ * This message is sent by the scheduler.
  */
 public class RegisterListener {
 }