Rework some sonar critical and major bugs
[clamp.git] / src / test / java / org / onap / clamp / clds / model / prop / CustomModelElement.java
index c6b19d0..03d7d65 100644 (file)
@@ -28,7 +28,7 @@ import com.fasterxml.jackson.databind.JsonNode;
 /**\r
  * A CustomModelElement to test the capability to add new elements on the fly.\r
  */\r
-public class CustomModelElement extends ModelElement {\r
+public class CustomModelElement extends AbstractModelElement {\r
 \r
     private static final String CUSTOM_TYPE = "customType";\r
 \r