diff options
author | Jim Hahn <jrh3@att.com> | 2019-10-29 12:37:37 -0400 |
---|---|---|
committer | Jim Hahn <jrh3@att.com> | 2019-10-29 12:37:37 -0400 |
commit | b80158327ac89e28dbf9d6540c5f93a028b1ef21 (patch) | |
tree | 3f99836ae0e53ddacbc91e3f55189f5ced5829fc | |
parent | 21523fd8fcf5e266ace45988890ab9a8b3fab930 (diff) |
Cleanup eclipse warnings in drools-pdp
Issue-ID: POLICY-2203
Signed-off-by: Jim Hahn <jrh3@att.com>
Change-Id: I3e854b1ea1986cd4992dc2ff84d799e970e443a9
-rw-r--r-- | policy-core/src/main/java/org/onap/policy/drools/core/PolicySessionFeatureApi.java | 2 | ||||
-rw-r--r-- | policy-management/src/test/java/org/onap/policy/drools/system/PolicyEngineManagerTest.java | 1 |
2 files changed, 1 insertions, 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; |