aboutsummaryrefslogtreecommitdiffstats
path: root/models-pap
diff options
context:
space:
mode:
authorlapentafd <francesco.lapenta@est.tech>2023-02-13 17:00:32 +0000
committerFrancesco Davide Lapenta <francesco.lapenta@est.tech>2023-02-13 17:04:53 +0000
commit80311ac0dedb0868d3837029c6e4b5fcb984efb2 (patch)
tree45b02ab12590dab8b41f6cbfcc13358fb40b6217 /models-pap
parente53df8d3f8ab0464b0876bdb339fa91dc9085cd2 (diff)
Remove annotations in models
Removing last annotations in order to remove dependencies in parent Issue-ID: POLICY-3465 Change-Id: Id7a070120d452e33af805b08b37dd1eba1374615 Signed-off-by: lapentafd <francesco.lapenta@est.tech>
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;