diff options
Diffstat (limited to 'core/core-engine')
2 files changed, 5 insertions, 5 deletions
diff --git a/core/core-engine/src/main/java/org/onap/policy/apex/core/engine/engine/package-info.java b/core/core-engine/src/main/java/org/onap/policy/apex/core/engine/engine/package-info.java index 5c99f917e..ac5224d31 100644 --- a/core/core-engine/src/main/java/org/onap/policy/apex/core/engine/engine/package-info.java +++ b/core/core-engine/src/main/java/org/onap/policy/apex/core/engine/engine/package-info.java @@ -20,8 +20,8 @@ /** * Defines the Apex engine Java API. The API is used to set up, control, send events to, and receive events from an APEX - * engine. The {@link ApexEngine} interface is used to control the execution of a single APEX engine thread and to send - * events to that APEX engine thread. The {@link EnEventListener} interface is used to listen for events being emitted + * engine. The ApexEngine interface is used to control the execution of a single APEX engine thread and to send + * events to that APEX engine thread. The EnEventListener interface is used to listen for events being emitted * by an APEX engine thread. * * @author Liam Fallon (liam.fallon@ericsson.com) diff --git a/core/core-engine/src/main/java/org/onap/policy/apex/core/engine/executor/context/package-info.java b/core/core-engine/src/main/java/org/onap/policy/apex/core/engine/executor/context/package-info.java index 656ab49ce..880eb848a 100644 --- a/core/core-engine/src/main/java/org/onap/policy/apex/core/engine/executor/context/package-info.java +++ b/core/core-engine/src/main/java/org/onap/policy/apex/core/engine/executor/context/package-info.java @@ -20,12 +20,12 @@ /** * Provides context and facades for executing tasks, task selection logic, and state finalizer - * logic. The public fields and methods of {@link TaskExecutionContext}, - * {@link TaskSelectionExecutionContext} and {@link StateFinalizerExecutionContext} are available to + * logic. The public fields and methods of TaskExecutionContext, + * TaskSelectionExecutionContext and StateFinalizerExecutionContext are available to * task logic, task selection logic, and state finalizer logic respectively when that logic is * executing in an executor plugin under the control of an APEX engine. * - * The {@link AxStateFacade} and {@link AxTaskFacade} classes provide facades and convenience + * The AxStateFacade and AxTaskFacade classes provide facades and convenience * methods for state and task definition information for logic at execution time. * * @author Liam Fallon (liam.fallon@ericsson.com) |