diff options
author | liamfallon <liam.fallon@est.tech> | 2021-06-29 17:13:09 +0100 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2021-06-30 08:44:40 +0100 |
commit | 7d04c23c7c51738d68f325e450ac408c1ae9905f (patch) | |
tree | 12ae464bf971e3106f2ea8a3ad552293e4fd13be /runtime-controlloop/src | |
parent | 77aa9bc1f763e4de8d0b46fefa211e6018303514 (diff) |
Update CLAMP: checkstyle 8.43/Spring dependencies
Updates are indentation changes on annotations and rationallization of
the dependencies for Spring/Springboot
Generation of swagger.json, swagger.html and swagger.pdf temporarily
disabled due to a missing dependency in the generation toolchain.
Issue-ID: POLICY-3209
Change-Id: Iff5881df45ef54b20fa30f63e2393cc1cdbf4bfe
Signed-off-by: liamfallon <liam.fallon@est.tech>
Diffstat (limited to 'runtime-controlloop/src')
-rw-r--r-- | runtime-controlloop/src/test/java/org/onap/policy/clamp/controlloop/runtime/monitoring/TestMonitoringProvider.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime-controlloop/src/test/java/org/onap/policy/clamp/controlloop/runtime/monitoring/TestMonitoringProvider.java b/runtime-controlloop/src/test/java/org/onap/policy/clamp/controlloop/runtime/monitoring/TestMonitoringProvider.java index 78f380405..56735ae12 100644 --- a/runtime-controlloop/src/test/java/org/onap/policy/clamp/controlloop/runtime/monitoring/TestMonitoringProvider.java +++ b/runtime-controlloop/src/test/java/org/onap/policy/clamp/controlloop/runtime/monitoring/TestMonitoringProvider.java @@ -169,7 +169,7 @@ public class TestMonitoringProvider { provider.fetchFilteredClElementStatistics(null, null, null, null, null, 0); }).hasMessageMatching("name is marked .*null but is null"); - var lists = provider.createClElementStatistics(inputClElementStatistics.getClElementStatistics()); + provider.createClElementStatistics(inputClElementStatistics.getClElementStatistics()); getResponse = provider.fetchFilteredClElementStatistics("name1", null, null, null, null, 0); |