diff options
Diffstat (limited to 'policy-core')
-rw-r--r-- | policy-core/src/main/java/org/onap/policy/drools/core/PolicySessionFeatureApi.java | 2 |
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, |