aboutsummaryrefslogtreecommitdiffstats
path: root/policy-core/src
diff options
context:
space:
mode:
authorJim Hahn <jrh3@att.com>2019-10-29 12:37:37 -0400
committerJim Hahn <jrh3@att.com>2019-10-29 12:37:37 -0400
commitb80158327ac89e28dbf9d6540c5f93a028b1ef21 (patch)
tree3f99836ae0e53ddacbc91e3f55189f5ced5829fc /policy-core/src
parent21523fd8fcf5e266ace45988890ab9a8b3fab930 (diff)
Cleanup eclipse warnings in drools-pdp
Issue-ID: POLICY-2203 Signed-off-by: Jim Hahn <jrh3@att.com> Change-Id: I3e854b1ea1986cd4992dc2ff84d799e970e443a9
Diffstat (limited to 'policy-core/src')
-rw-r--r--policy-core/src/main/java/org/onap/policy/drools/core/PolicySessionFeatureApi.java2
1 files changed, 1 insertions, 1 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,