From c0ebde94c479301bcd64206008c6228867f3a034 Mon Sep 17 00:00:00 2001 From: Jim Hahn Date: Mon, 6 Jul 2020 13:29:47 -0400 Subject: Checkstyle fixes to drools-pdp Issue-ID: POLICY-2696 Change-Id: I7f80737c52e3f16e03803118d92411e4ac39c5fb Signed-off-by: Jim Hahn --- .../src/test/java/org/onap/policy/drools/core/jmx/PdpJmxTest.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'policy-core/src') diff --git a/policy-core/src/test/java/org/onap/policy/drools/core/jmx/PdpJmxTest.java b/policy-core/src/test/java/org/onap/policy/drools/core/jmx/PdpJmxTest.java index 7b565f76..e585a4b6 100644 --- a/policy-core/src/test/java/org/onap/policy/drools/core/jmx/PdpJmxTest.java +++ b/policy-core/src/test/java/org/onap/policy/drools/core/jmx/PdpJmxTest.java @@ -2,7 +2,7 @@ * ============LICENSE_START======================================================= * ONAP * ================================================================================ - * Copyright (C) 2018 AT&T Intellectual Property. All rights reserved. + * Copyright (C) 2018, 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. @@ -23,7 +23,6 @@ package org.onap.policy.drools.core.jmx; import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertNotNull; import static org.junit.Assert.assertSame; -import static org.junit.Assert.assertTrue; import org.junit.Before; import org.junit.Test; -- cgit 1.2.3-korg