commit | 332faaa7c054666fba9a18ea43b1d85f50070711 | [log] [tgz] |
---|---|---|
author | Jim Hahn <jrh3@att.com> | Thu Mar 28 17:03:19 2019 -0400 |
committer | Jim Hahn <jrh3@att.com> | Fri Mar 29 09:07:45 2019 -0400 |
tree | 0586b756c8c7a48820c968a616df2956914e4641 | |
parent | 6ccec5265d3431a1ca3265876b3df7bb422d9b62 [diff] |
Update comment in models-pap. Change-Id: If51abf12cec951d82738ce7579b583fa97a1a26b Issue-ID: POLICY-1542 Signed-off-by: Jim Hahn <jrh3@att.com>
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 1f4339f..a292c13 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 @@ /** * 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