From: Jim Hahn Date: Thu, 28 Mar 2019 21:03:19 +0000 (-0400) Subject: Update comment in models-pap. X-Git-Tag: 3.0.2-ONAP~66^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F62%2F83662%2F2;p=policy%2Fmodels.git Update comment in models-pap. Change-Id: If51abf12cec951d82738ce7579b583fa97a1a26b Issue-ID: POLICY-1542 Signed-off-by: Jim Hahn --- 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 simple 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