X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=models-pap%2Fsrc%2Fmain%2Fjava%2Forg%2Fonap%2Fpolicy%2Fmodels%2Fpap%2Fconcepts%2FPapPolicyIdentifier.java;h=ef4624700146972a2b1397124996c29f64b272ea;hb=80311ac0dedb0868d3837029c6e4b5fcb984efb2;hp=7bd78a22227b409b95a1dcd2466e85be6458f4ef;hpb=e53df8d3f8ab0464b0876bdb339fa91dc9085cd2;p=policy%2Fmodels.git diff --git a/models-pap/src/main/java/org/onap/policy/models/pap/concepts/PapPolicyIdentifier.java b/models-pap/src/main/java/org/onap/policy/models/pap/concepts/PapPolicyIdentifier.java index 7bd78a222..ef4624700 100644 --- a/models-pap/src/main/java/org/onap/policy/models/pap/concepts/PapPolicyIdentifier.java +++ b/models-pap/src/main/java/org/onap/policy/models/pap/concepts/PapPolicyIdentifier.java @@ -21,7 +21,6 @@ package org.onap.policy.models.pap.concepts; import com.google.gson.annotations.SerializedName; -import io.swagger.annotations.ApiModelProperty; import lombok.NonNull; import org.onap.policy.models.tosca.authorative.concepts.ToscaConceptIdentifier; import org.onap.policy.models.tosca.authorative.concepts.ToscaConceptIdentifierOptVersion; @@ -34,11 +33,9 @@ import org.onap.policy.models.tosca.authorative.concepts.ToscaConceptIdentifierO */ public class PapPolicyIdentifier { @NonNull - @ApiModelProperty(name = "policy-id") @SerializedName("policy-id") private String name; - @ApiModelProperty(name = "policy-version") @SerializedName("policy-version") private String version;