From ea2425bb3a07711c6a6a66dcede24e199a788bf5 Mon Sep 17 00:00:00 2001 From: Taka Cho Date: Fri, 19 Jun 2020 14:55:44 -0400 Subject: Changes for Checkstyle 8.32 Issue-ID: POLICY-2188 Change-Id: I64a115240a71e5014db9cfb66747887e156afb50 Signed-off-by: Taka Cho --- applications/monitoring/src/test/java/cucumber/Stepdefs.java | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'applications/monitoring/src/test/java') diff --git a/applications/monitoring/src/test/java/cucumber/Stepdefs.java b/applications/monitoring/src/test/java/cucumber/Stepdefs.java index 3c099323..0a1d333a 100644 --- a/applications/monitoring/src/test/java/cucumber/Stepdefs.java +++ b/applications/monitoring/src/test/java/cucumber/Stepdefs.java @@ -2,7 +2,7 @@ * ============LICENSE_START======================================================= * ONAP * ================================================================================ - * Copyright (C) 2019 AT&T Intellectual Property. All rights reserved. + * Copyright (C) 2019-2020 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -26,11 +26,9 @@ import com.att.research.xacml.std.annotations.XACMLAction; import com.att.research.xacml.std.annotations.XACMLRequest; import com.att.research.xacml.std.annotations.XACMLResource; import com.att.research.xacml.std.annotations.XACMLSubject; - import io.cucumber.java.en.Given; import io.cucumber.java.en.Then; import io.cucumber.java.en.When; - import org.junit.ClassRule; import org.junit.rules.TemporaryFolder; @@ -222,4 +220,4 @@ public class Stepdefs { }).doesNotThrowAnyException(); */ } -} \ No newline at end of file +} -- cgit 1.2.3-korg