From b80158327ac89e28dbf9d6540c5f93a028b1ef21 Mon Sep 17 00:00:00 2001 From: Jim Hahn Date: Tue, 29 Oct 2019 12:37:37 -0400 Subject: Cleanup eclipse warnings in drools-pdp Issue-ID: POLICY-2203 Signed-off-by: Jim Hahn Change-Id: I3e854b1ea1986cd4992dc2ff84d799e970e443a9 --- .../main/java/org/onap/policy/drools/core/PolicySessionFeatureApi.java | 2 +- .../java/org/onap/policy/drools/system/PolicyEngineManagerTest.java | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/policy-core/src/main/java/org/onap/policy/drools/core/PolicySessionFeatureApi.java b/policy-core/src/main/java/org/onap/policy/drools/core/PolicySessionFeatureApi.java index 331cebe8..f68747dd 100644 --- a/policy-core/src/main/java/org/onap/policy/drools/core/PolicySessionFeatureApi.java +++ b/policy-core/src/main/java/org/onap/policy/drools/core/PolicySessionFeatureApi.java @@ -82,7 +82,7 @@ public interface PolicySessionFeatureApi extends OrderedService { * In a distributed host environment, features have the ability to send * the object do a different host, and do the insert. * - * @param policySession the 'PolicySession' object associated with the + * @param session the 'PolicySession' object associated with the * Drools session * @param object the object to insert in Drools memory * @return 'true' if this feature is handling the operation, diff --git a/policy-management/src/test/java/org/onap/policy/drools/system/PolicyEngineManagerTest.java b/policy-management/src/test/java/org/onap/policy/drools/system/PolicyEngineManagerTest.java index fe1a2345..397e9539 100644 --- a/policy-management/src/test/java/org/onap/policy/drools/system/PolicyEngineManagerTest.java +++ b/policy-management/src/test/java/org/onap/policy/drools/system/PolicyEngineManagerTest.java @@ -58,7 +58,6 @@ import org.onap.policy.common.utils.gson.GsonTestUtils; import org.onap.policy.drools.controller.DroolsController; import org.onap.policy.drools.core.lock.Lock; import org.onap.policy.drools.core.lock.LockCallback; -import org.onap.policy.drools.core.lock.LockImpl; import org.onap.policy.drools.core.lock.PolicyResourceLockManager; import org.onap.policy.drools.features.PolicyControllerFeatureApi; import org.onap.policy.drools.features.PolicyEngineFeatureApi; -- cgit 1.2.3-korg