Cleanup eclipse warnings in drools-pdp 95/97695/1
authorJim Hahn <jrh3@att.com>
Tue, 29 Oct 2019 16:37:37 +0000 (12:37 -0400)
committerJim Hahn <jrh3@att.com>
Tue, 29 Oct 2019 16:37:37 +0000 (12:37 -0400)
Issue-ID: POLICY-2203
Signed-off-by: Jim Hahn <jrh3@att.com>
Change-Id: I3e854b1ea1986cd4992dc2ff84d799e970e443a9

policy-core/src/main/java/org/onap/policy/drools/core/PolicySessionFeatureApi.java
policy-management/src/test/java/org/onap/policy/drools/system/PolicyEngineManagerTest.java

index 331cebe..f68747d 100644 (file)
@@ -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,
index fe1a234..397e953 100644 (file)
@@ -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;