Issue-ID: POLICY-2203
Signed-off-by: Jim Hahn <jrh3@att.com>
Change-Id: I3e854b1ea1986cd4992dc2ff84d799e970e443a9
* 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,
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;