Removing clumsy code smells and adding missing JettyFilter test
[dmaap/datarouter.git] / datarouter-prov / src / main / java / org / onap / dmaap / datarouter / provisioning / beans / FeedAuthorization.java
index a7213e0..4d90163 100644 (file)
@@ -44,8 +44,8 @@ public class FeedAuthorization implements JSONable {
 \r
     public FeedAuthorization() {\r
         this.classification = "";\r
-        this.endpoint_ids = new HashSet<FeedEndpointID>();\r
-        this.endpoint_addrs = new HashSet<String>();\r
+        this.endpoint_ids = new HashSet<>();\r
+        this.endpoint_addrs = new HashSet<>();\r
     }\r
 \r
     public String getClassification() {\r