diff options
Diffstat (limited to 'core')
3 files changed, 6 insertions, 6 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) diff --git a/core/core-infrastructure/src/main/java/org/onap/policy/apex/core/infrastructure/messaging/util/MessagingUtils.java b/core/core-infrastructure/src/main/java/org/onap/policy/apex/core/infrastructure/messaging/util/MessagingUtils.java index fb79d9270..66edd2f1d 100644 --- a/core/core-infrastructure/src/main/java/org/onap/policy/apex/core/infrastructure/messaging/util/MessagingUtils.java +++ b/core/core-infrastructure/src/main/java/org/onap/policy/apex/core/infrastructure/messaging/util/MessagingUtils.java @@ -77,7 +77,7 @@ public final class MessagingUtils { /** * This method searches the availability of the port, if the requested port not available,this * method will increment the port number and check the availability of that port, this process - * will continue until it reaches max port range which is {@link MAX_PORT_RANGE}. + * will continue until it reaches max port range which is MAX_PORT_RANGE. * * @param port the first port to check * @return the port that was found |