diff options
-rw-r--r-- | models-pap/src/main/java/org/onap/policy/models/pap/concepts/PdpDeployPolicies.java | 2 |
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 |