aboutsummaryrefslogtreecommitdiffstats
path: root/models-pap
diff options
context:
space:
mode:
authorLiam Fallon <liam.fallon@est.tech>2023-02-14 10:49:22 +0000
committerGerrit Code Review <gerrit@onap.org>2023-02-14 10:49:22 +0000
commit019bfddd9eaf08cc840b421aaafc403628ba674a (patch)
tree815ab0a0281c71057f2dbf929c6621a3f66318a9 /models-pap
parentd33d06e04fbae06704f36b43b2f746421cd208d2 (diff)
parent80311ac0dedb0868d3837029c6e4b5fcb984efb2 (diff)
Merge "Remove annotations in models"
Diffstat (limited to 'models-pap')
-rw-r--r--models-pap/src/main/java/org/onap/policy/models/pap/concepts/PapPolicyIdentifier.java3
1 files changed, 0 insertions, 3 deletions
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;