X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fmd-sal%2Fsal-akka-raft%2Fsrc%2Ftest%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fcluster%2Fraft%2Futils%2FEchoActor.java;h=a0e01c2cf114433d72b013a4a8105dcfad1d5452;hp=3b2296c35ed49890d16371fb1679206fd74a6c56;hb=e1eca73a5ae2ffae8dd78c6fe5281cd2f45d5ef3;hpb=482caffb6cc503ab1d156109a5dba8c2fe675f3d;ds=sidebyside diff --git a/opendaylight/md-sal/sal-akka-raft/src/test/java/org/opendaylight/controller/cluster/raft/utils/EchoActor.java b/opendaylight/md-sal/sal-akka-raft/src/test/java/org/opendaylight/controller/cluster/raft/utils/EchoActor.java index 3b2296c35e..a0e01c2cf1 100644 --- a/opendaylight/md-sal/sal-akka-raft/src/test/java/org/opendaylight/controller/cluster/raft/utils/EchoActor.java +++ b/opendaylight/md-sal/sal-akka-raft/src/test/java/org/opendaylight/controller/cluster/raft/utils/EchoActor.java @@ -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 {