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 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'policy-core/src') 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, -- cgit 1.2.3-korg