Fix warnings in sal-akka-raft test classes
[controller.git] / opendaylight / md-sal / sal-akka-raft / src / test / java / org / opendaylight / controller / cluster / raft / utils / EchoActor.java
index 3b2296c35ed49890d16371fb1679206fd74a6c56..a0e01c2cf114433d72b013a4a8105dcfad1d5452 100644 (file)
@@ -11,7 +11,7 @@ package org.opendaylight.controller.cluster.raft.utils;
 import akka.actor.UntypedActor;
 
 /**
- * The EchoActor simply responds back with the same message that it receives
+ * The EchoActor simply responds back with the same message that it receives.
  */
 public class EchoActor extends UntypedActor {