Add validation methods for PAP REST API
[policy/models.git] / models-pdp / src / test / java / org / onap / policy / models / pdp / concepts / PdpMessageTest.java
index bc90f64..10f3131 100644 (file)
@@ -29,9 +29,6 @@ import static org.junit.Assert.assertTrue;
 import org.junit.Test;
 import org.onap.policy.models.pdp.enums.PdpMessageType;
 
-/**
- * Tests methods not already tested by {@link TestModels}.
- */
 public class PdpMessageTest {
     private static final String PDP_NAME = "pdpA";
     private static final String PDP_GROUP = "groupA";