From 4b01ae1ca8bc592fbbbc4d5408d6c645487811dd Mon Sep 17 00:00:00 2001 From: liamfallon Date: Tue, 11 Dec 2018 20:58:57 +0000 Subject: Add period after inheritDoc Issue-ID: POLICY-1074 Change-Id: I88dc888b2a374b38499241f578a36dd116e2b85b Signed-off-by: liamfallon --- .../apex/client/editor/rest/handling/ContextAlbumHandler.java | 6 +++--- .../apex/client/editor/rest/handling/ContextSchemaHandler.java | 6 +++--- .../onap/policy/apex/client/editor/rest/handling/EventHandler.java | 6 +++--- .../policy/apex/client/editor/rest/handling/KeyInfoHandler.java | 6 +++--- .../onap/policy/apex/client/editor/rest/handling/ModelHandler.java | 6 +++--- .../onap/policy/apex/client/editor/rest/handling/PolicyHandler.java | 6 +++--- .../onap/policy/apex/client/editor/rest/handling/TaskHandler.java | 6 +++--- 7 files changed, 21 insertions(+), 21 deletions(-) (limited to 'client') diff --git a/client/client-editor/src/main/java/org/onap/policy/apex/client/editor/rest/handling/ContextAlbumHandler.java b/client/client-editor/src/main/java/org/onap/policy/apex/client/editor/rest/handling/ContextAlbumHandler.java index 30886db5d..88f03608a 100644 --- a/client/client-editor/src/main/java/org/onap/policy/apex/client/editor/rest/handling/ContextAlbumHandler.java +++ b/client/client-editor/src/main/java/org/onap/policy/apex/client/editor/rest/handling/ContextAlbumHandler.java @@ -39,7 +39,7 @@ public class ContextAlbumHandler implements RestCommandHandler { private static final String NOT_OK = ": Not OK"; /** - * {@inheritDoc} + * {@inheritDoc}. */ @Override public ApexApiResult executeRestCommand(final RestSession session, final RestCommandType commandType, @@ -48,7 +48,7 @@ public class ContextAlbumHandler implements RestCommandHandler { } /** - * {@inheritDoc} + * {@inheritDoc}. */ @Override public ApexApiResult executeRestCommand(final RestSession session, final RestCommandType commandType, @@ -68,7 +68,7 @@ public class ContextAlbumHandler implements RestCommandHandler { } /** - * {@inheritDoc} + * {@inheritDoc}. */ @Override public ApexApiResult executeRestCommand(final RestSession session, final RestCommandType commandType, diff --git a/client/client-editor/src/main/java/org/onap/policy/apex/client/editor/rest/handling/ContextSchemaHandler.java b/client/client-editor/src/main/java/org/onap/policy/apex/client/editor/rest/handling/ContextSchemaHandler.java index c65ca7288..3328f60d4 100644 --- a/client/client-editor/src/main/java/org/onap/policy/apex/client/editor/rest/handling/ContextSchemaHandler.java +++ b/client/client-editor/src/main/java/org/onap/policy/apex/client/editor/rest/handling/ContextSchemaHandler.java @@ -37,7 +37,7 @@ public class ContextSchemaHandler implements RestCommandHandler { private static final String NOT_OK = ": Not OK"; /** - * {@inheritDoc} + * {@inheritDoc}. */ @Override public ApexApiResult executeRestCommand(final RestSession session, final RestCommandType commandType, @@ -46,7 +46,7 @@ public class ContextSchemaHandler implements RestCommandHandler { } /** - * {@inheritDoc} + * {@inheritDoc}. */ @Override public ApexApiResult executeRestCommand(final RestSession session, final RestCommandType commandType, @@ -66,7 +66,7 @@ public class ContextSchemaHandler implements RestCommandHandler { } /** - * {@inheritDoc} + * {@inheritDoc}. */ @Override public ApexApiResult executeRestCommand(final RestSession session, final RestCommandType commandType, diff --git a/client/client-editor/src/main/java/org/onap/policy/apex/client/editor/rest/handling/EventHandler.java b/client/client-editor/src/main/java/org/onap/policy/apex/client/editor/rest/handling/EventHandler.java index 08b487321..5a9d5bf0b 100644 --- a/client/client-editor/src/main/java/org/onap/policy/apex/client/editor/rest/handling/EventHandler.java +++ b/client/client-editor/src/main/java/org/onap/policy/apex/client/editor/rest/handling/EventHandler.java @@ -43,7 +43,7 @@ public class EventHandler implements RestCommandHandler { private static final String NOT_OK = ": Not OK"; /** - * {@inheritDoc} + * {@inheritDoc}. */ @Override public ApexApiResult executeRestCommand(final RestSession session, final RestCommandType commandType, @@ -52,7 +52,7 @@ public class EventHandler implements RestCommandHandler { } /** - * {@inheritDoc} + * {@inheritDoc}. */ @Override public ApexApiResult executeRestCommand(final RestSession session, final RestCommandType commandType, @@ -72,7 +72,7 @@ public class EventHandler implements RestCommandHandler { } /** - * {@inheritDoc} + * {@inheritDoc}. */ @Override public ApexApiResult executeRestCommand(final RestSession session, final RestCommandType commandType, diff --git a/client/client-editor/src/main/java/org/onap/policy/apex/client/editor/rest/handling/KeyInfoHandler.java b/client/client-editor/src/main/java/org/onap/policy/apex/client/editor/rest/handling/KeyInfoHandler.java index ffb8900cf..f4ff4cd93 100644 --- a/client/client-editor/src/main/java/org/onap/policy/apex/client/editor/rest/handling/KeyInfoHandler.java +++ b/client/client-editor/src/main/java/org/onap/policy/apex/client/editor/rest/handling/KeyInfoHandler.java @@ -27,7 +27,7 @@ import org.onap.policy.apex.model.modelapi.ApexApiResult; */ public class KeyInfoHandler implements RestCommandHandler { /** - * {@inheritDoc} + * {@inheritDoc}. */ @Override public ApexApiResult executeRestCommand(final RestSession session, final RestCommandType commandType, @@ -36,7 +36,7 @@ public class KeyInfoHandler implements RestCommandHandler { } /** - * {@inheritDoc} + * {@inheritDoc}. */ @Override public ApexApiResult executeRestCommand(final RestSession session, final RestCommandType commandType, @@ -45,7 +45,7 @@ public class KeyInfoHandler implements RestCommandHandler { } /** - * {@inheritDoc} + * {@inheritDoc}. */ @Override public ApexApiResult executeRestCommand(final RestSession session, final RestCommandType commandType, diff --git a/client/client-editor/src/main/java/org/onap/policy/apex/client/editor/rest/handling/ModelHandler.java b/client/client-editor/src/main/java/org/onap/policy/apex/client/editor/rest/handling/ModelHandler.java index 8b223efc7..44993ef1e 100644 --- a/client/client-editor/src/main/java/org/onap/policy/apex/client/editor/rest/handling/ModelHandler.java +++ b/client/client-editor/src/main/java/org/onap/policy/apex/client/editor/rest/handling/ModelHandler.java @@ -56,7 +56,7 @@ public class ModelHandler implements RestCommandHandler { private static final String APEX_KEY_INFO = "apexKeyInfo"; /** - * {@inheritDoc} + * {@inheritDoc}. */ @Override public ApexApiResult executeRestCommand(final RestSession session, final RestCommandType commandType, @@ -84,7 +84,7 @@ public class ModelHandler implements RestCommandHandler { } /** - * {@inheritDoc} + * {@inheritDoc}. */ @Override public ApexApiResult executeRestCommand(final RestSession session, final RestCommandType commandType, @@ -106,7 +106,7 @@ public class ModelHandler implements RestCommandHandler { } /** - * {@inheritDoc} + * {@inheritDoc}. */ @Override public ApexApiResult executeRestCommand(final RestSession session, final RestCommandType commandType, diff --git a/client/client-editor/src/main/java/org/onap/policy/apex/client/editor/rest/handling/PolicyHandler.java b/client/client-editor/src/main/java/org/onap/policy/apex/client/editor/rest/handling/PolicyHandler.java index c1887b834..ee6164468 100644 --- a/client/client-editor/src/main/java/org/onap/policy/apex/client/editor/rest/handling/PolicyHandler.java +++ b/client/client-editor/src/main/java/org/onap/policy/apex/client/editor/rest/handling/PolicyHandler.java @@ -56,7 +56,7 @@ public class PolicyHandler implements RestCommandHandler { + "but there was an error adding the"; /** - * {@inheritDoc} + * {@inheritDoc}. */ @Override public ApexApiResult executeRestCommand(final RestSession session, final RestCommandType commandType, @@ -65,7 +65,7 @@ public class PolicyHandler implements RestCommandHandler { } /** - * {@inheritDoc} + * {@inheritDoc}. */ @Override public ApexApiResult executeRestCommand(final RestSession session, final RestCommandType commandType, @@ -86,7 +86,7 @@ public class PolicyHandler implements RestCommandHandler { } /** - * {@inheritDoc} + * {@inheritDoc}. */ @Override public ApexApiResult executeRestCommand(final RestSession session, final RestCommandType commandType, diff --git a/client/client-editor/src/main/java/org/onap/policy/apex/client/editor/rest/handling/TaskHandler.java b/client/client-editor/src/main/java/org/onap/policy/apex/client/editor/rest/handling/TaskHandler.java index efef44006..2b90282d3 100644 --- a/client/client-editor/src/main/java/org/onap/policy/apex/client/editor/rest/handling/TaskHandler.java +++ b/client/client-editor/src/main/java/org/onap/policy/apex/client/editor/rest/handling/TaskHandler.java @@ -48,7 +48,7 @@ public class TaskHandler implements RestCommandHandler { private static final String TASK_PARTIALLY_DEFINED = " The task has only been partially defined."; /** - * {@inheritDoc} + * {@inheritDoc}. */ @Override public ApexApiResult executeRestCommand(final RestSession session, final RestCommandType commandType, @@ -57,7 +57,7 @@ public class TaskHandler implements RestCommandHandler { } /** - * {@inheritDoc} + * {@inheritDoc}. */ @Override public ApexApiResult executeRestCommand(final RestSession session, final RestCommandType commandType, @@ -77,7 +77,7 @@ public class TaskHandler implements RestCommandHandler { } /** - * {@inheritDoc} + * {@inheritDoc}. */ @Override public ApexApiResult executeRestCommand(final RestSession session, final RestCommandType commandType, -- cgit 1.2.3-korg