Merge "Added STD sim 2.0.0 tests"
[nonrtric.git] / policy-agent / src / main / java / org / oransc / policyagent / dmaap / DmaapRequestMessage.java
index 7e61b39..c2d0d4c 100644 (file)
 
 package org.oransc.policyagent.dmaap;
 
-import java.util.Optional;
-
 import com.google.gson.JsonObject;
 
+import java.util.Optional;
+
 import org.immutables.gson.Gson;
 import org.immutables.value.Value;
 
@@ -35,8 +35,6 @@ public interface DmaapRequestMessage {
         PUT, GET, DELETE, POST
     }
 
-    String type();
-
     String correlationId();
 
     String target();