From e0addf5b588a1244f9679becd90999dfcb4c3a94 Mon Sep 17 00:00:00 2001 From: "ITSERVICES\\rb7147" Date: Tue, 25 Apr 2017 11:46:00 -0400 Subject: Policy 1707 commit to LF Change-Id: Ibe6f01d92f9a434c040abb05d5386e89d675ae65 Signed-off-by: ITSERVICES\rb7147 --- .../test/java/org/openecomp/policy/test/PDPNotificationTest.java | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'PolicyEngineAPI/src/test/java/org/openecomp/policy/test/PDPNotificationTest.java') diff --git a/PolicyEngineAPI/src/test/java/org/openecomp/policy/test/PDPNotificationTest.java b/PolicyEngineAPI/src/test/java/org/openecomp/policy/test/PDPNotificationTest.java index 4a7cdf54c..43754f8df 100644 --- a/PolicyEngineAPI/src/test/java/org/openecomp/policy/test/PDPNotificationTest.java +++ b/PolicyEngineAPI/src/test/java/org/openecomp/policy/test/PDPNotificationTest.java @@ -20,13 +20,10 @@ package org.openecomp.policy.test; -import java.util.Collection; - -import org.junit.*; +import org.junit.After; +import org.junit.Before; import org.openecomp.policy.api.PDPNotification; -import static org.junit.Assert.*; - /** * The class PDPNotificationTest contains tests for the class {@link PDPNotification}. * -- cgit 1.2.3-korg