aboutsummaryrefslogtreecommitdiffstats
path: root/models-pap
diff options
context:
space:
mode:
authorJorge Hernandez <jorge.hernandez-herrero@att.com>2019-03-29 15:51:42 +0000
committerGerrit Code Review <gerrit@onap.org>2019-03-29 15:51:42 +0000
commit9e4f25e6b8029cd756d072d9e33e564f59797cbc (patch)
tree9cd19936888d6658e5010996a7a90acac4466e46 /models-pap
parent6d99c4013b43f48a891ac15dd149d4b97c6b291e (diff)
parent332faaa7c054666fba9a18ea43b1d85f50070711 (diff)
Merge "Update comment in models-pap."
Diffstat (limited to 'models-pap')
-rw-r--r--models-pap/src/main/java/org/onap/policy/models/pap/concepts/PdpDeployPolicies.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/models-pap/src/main/java/org/onap/policy/models/pap/concepts/PdpDeployPolicies.java b/models-pap/src/main/java/org/onap/policy/models/pap/concepts/PdpDeployPolicies.java
index 1f4339f15..a292c1320 100644
--- a/models-pap/src/main/java/org/onap/policy/models/pap/concepts/PdpDeployPolicies.java
+++ b/models-pap/src/main/java/org/onap/policy/models/pap/concepts/PdpDeployPolicies.java
@@ -28,7 +28,7 @@ import lombok.ToString;
/**
* Request deploy or update a set of policies using the <i>simple</i> PDP Group deployment
- * REST API. Only the "name" and "policyVersion" fields of a Policy are used, and only the
+ * REST API. Only the "name" and "version" fields of a Policy are used, and only the
* "name" field is actually required.
*/
@Getter