Remove dmaap from models
[policy/models.git] / models-interactions / model-actors / actor.test / src / test / java / org / onap / policy / controlloop / actor / test / BasicBidirectionalTopicOperationTest.java
index c708a17..ebfc267 100644 (file)
@@ -3,6 +3,7 @@
  * ONAP
  * ================================================================================
  * Copyright (C) 2020-2021 AT&T Intellectual Property. All rights reserved.
+ * Modifications Copyright (C) 2024 Nordix Foundation.
  * ================================================================================
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -149,7 +150,7 @@ public class BasicBidirectionalTopicOperationTest {
 
         @Override
         protected TopicServer<String> makeServer(TopicSink sink, TopicSource source) {
-            return new TopicServer<String>(sink, source, null, String.class) {
+            return new TopicServer<>(sink, source, null, String.class) {
                 @Override
                 protected String process(String request) {
                     return null;