]
Duncan Doyle commented on DROOLS-1042:
--------------------------------------
Can be marked as done.
JavaDoc of StatelessKieSession should show usage of KieCommands
(public API) instead of CommandFactory (internal-api)
---------------------------------------------------------------------------------------------------------------------
Key: DROOLS-1042
URL:
https://issues.jboss.org/browse/DROOLS-1042
Project: Drools
Issue Type: Bug
Components: docs
Affects Versions: 6.4.0.Beta1
Reporter: Duncan Doyle
Assignee: Duncan Doyle
Priority: Trivial
The StatelessKieSession's JavaDoc shows an example on how to use the API. However,
the example shown in the doc uses the internal CommandFactory API instead of the new
KieCommands API. We should not encourage users to use internal APIs.