X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=models-tosca%2Fsrc%2Fmain%2Fjava%2Forg%2Fonap%2Fpolicy%2Fmodels%2Ftosca%2Fauthorative%2Fconcepts%2FToscaEntity.java;h=24c74cbaa89f54a6b74aba4fb9868c4516fdc590;hb=80311ac0dedb0868d3837029c6e4b5fcb984efb2;hp=c339f721e40ccad1541e54323d491ed6c3f3b2fc;hpb=e53df8d3f8ab0464b0876bdb339fa91dc9085cd2;p=policy%2Fmodels.git diff --git a/models-tosca/src/main/java/org/onap/policy/models/tosca/authorative/concepts/ToscaEntity.java b/models-tosca/src/main/java/org/onap/policy/models/tosca/authorative/concepts/ToscaEntity.java index c339f721e..24c74cbaa 100644 --- a/models-tosca/src/main/java/org/onap/policy/models/tosca/authorative/concepts/ToscaEntity.java +++ b/models-tosca/src/main/java/org/onap/policy/models/tosca/authorative/concepts/ToscaEntity.java @@ -23,7 +23,6 @@ package org.onap.policy.models.tosca.authorative.concepts; import com.google.gson.annotations.SerializedName; -import io.swagger.annotations.ApiModelProperty; import java.util.LinkedHashMap; import java.util.List; import java.util.Map; @@ -47,7 +46,6 @@ public class ToscaEntity implements PfNameVersion { private String name = PfKey.NULL_KEY_NAME; private String version = PfKey.NULL_KEY_VERSION; - @ApiModelProperty(name = "derived_from") @SerializedName("derived_from") private String derivedFrom;