aboutsummaryrefslogtreecommitdiffstats
path: root/models-pap/src/main/java/org/onap/policy/models/pap/concepts/PapPolicyIdentifier.java
diff options
context:
space:
mode:
Diffstat (limited to 'models-pap/src/main/java/org/onap/policy/models/pap/concepts/PapPolicyIdentifier.java')
-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;