diff options
author | Jim Hahn <jrh3@att.com> | 2021-06-21 09:54:27 -0400 |
---|---|---|
committer | Jim Hahn <jrh3@att.com> | 2021-06-21 10:10:44 -0400 |
commit | 9e01b2e7180f61d8a57e55fed6a2fa5619f9f947 (patch) | |
tree | 51a4303f7bef96b4c3c08e0c90dd05ba1f69a84f /models-tosca | |
parent | 2da98d086aafdcb997c1aab23bd9fff6d9b65626 (diff) |
Fix new checkstyle issues in models
The new version of checkstyle identified new issues. Fixed those.
Issue-ID: POLICY-3094
Change-Id: I85314bc0249cba0020a0aefbc250851a2b646dd9
Signed-off-by: Jim Hahn <jrh3@att.com>
Diffstat (limited to 'models-tosca')
-rw-r--r-- | models-tosca/src/main/java/org/onap/policy/models/tosca/simple/concepts/JpaToscaServiceTemplate.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/models-tosca/src/main/java/org/onap/policy/models/tosca/simple/concepts/JpaToscaServiceTemplate.java b/models-tosca/src/main/java/org/onap/policy/models/tosca/simple/concepts/JpaToscaServiceTemplate.java index 902437447..769b623c7 100644 --- a/models-tosca/src/main/java/org/onap/policy/models/tosca/simple/concepts/JpaToscaServiceTemplate.java +++ b/models-tosca/src/main/java/org/onap/policy/models/tosca/simple/concepts/JpaToscaServiceTemplate.java @@ -417,7 +417,6 @@ public class JpaToscaServiceTemplate extends JpaToscaEntityType<ToscaServiceTemp /** * Validate that all data types referenced in policy types exist. * - * @param result the validation result object to use for the validation result * @param result where the results are added */ private void validateReferencedDataTypes(final BeanValidationResult result) { |