From a41c877a6b1980e0e866699633e0289d9a3fdbb5 Mon Sep 17 00:00:00 2001 From: liamfallon Date: Wed, 5 Sep 2018 15:46:31 +0100 Subject: Fix package of apex examples and documents The examples are not packaged correctly in the apex build and the client wars are missing The links and location of the documents are corrected. Some POM duplicate dependencies removed. Javadoc warnings removed. Issue-ID: POLICY-867 Change-Id: I555c29191c61c0a9887365d95005dbc584eddf04 Signed-off-by: liamfallon --- .../java/org/onap/policy/apex/core/engine/engine/package-info.java | 4 ++-- .../onap/policy/apex/core/engine/executor/context/package-info.java | 6 +++--- .../apex/core/infrastructure/messaging/util/MessagingUtils.java | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) (limited to 'core') 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 -- cgit 1.2.3-korg