Test new actors against simulators
[policy/models.git] / models-interactions / model-simulators / src / main / java / org / onap / policy / simulators / SdnrTopicServer.java
index 043a2c5..9aad4d4 100644 (file)
@@ -30,6 +30,7 @@ import org.onap.policy.sdnr.PciMessage;
  * SDNR topic server.
  */
 public class SdnrTopicServer extends TopicServer<PciMessage> {
+
     public SdnrTopicServer(TopicSink sink, TopicSource source) {
         super(sink, source, new StandardCoder(), PciMessage.class);
     }