Merge "Update comment in models-pap."
authorJorge Hernandez <jorge.hernandez-herrero@att.com>
Fri, 29 Mar 2019 15:51:42 +0000 (15:51 +0000)
committerGerrit Code Review <gerrit@onap.org>
Fri, 29 Mar 2019 15:51:42 +0000 (15:51 +0000)
models-pap/src/main/java/org/onap/policy/models/pap/concepts/PdpDeployPolicies.java

index 1f4339f..a292c13 100644 (file)
@@ -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