diff options
author | liamfallon <liam.fallon@est.tech> | 2019-06-27 15:43:14 +0000 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2019-06-27 15:43:14 +0000 |
commit | 33f2fa88fb64e3ae67dbf5bb098d81b91baef10f (patch) | |
tree | a7d4b33877562b697f0f308b56e8f1c275bfd800 /core/core-engine/src/test/java | |
parent | ce9d82d2c0e863597d84cc8909955e398405f45a (diff) |
Add period after inheritDoc for Sonar
Issue-ID: POLICY-1791
Change-Id: I60f65fb60ca77fe97bd1c23822038b835bd98a11
Signed-off-by: liamfallon <liam.fallon@est.tech>
Diffstat (limited to 'core/core-engine/src/test/java')
4 files changed, 13 insertions, 9 deletions
diff --git a/core/core-engine/src/test/java/org/onap/policy/apex/core/engine/engine/impl/DummySmExecutor.java b/core/core-engine/src/test/java/org/onap/policy/apex/core/engine/engine/impl/DummySmExecutor.java index b95e959f0..9fa9015b3 100644 --- a/core/core-engine/src/test/java/org/onap/policy/apex/core/engine/engine/impl/DummySmExecutor.java +++ b/core/core-engine/src/test/java/org/onap/policy/apex/core/engine/engine/impl/DummySmExecutor.java @@ -1,6 +1,7 @@ /*- * ============LICENSE_START======================================================= * Copyright (C) 2018 Ericsson. All rights reserved. + * Modifications Copyright (C) 2019 Nordix Foundation. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -46,7 +47,7 @@ public class DummySmExecutor extends StateMachineExecutor { } /** - * {@inheritDoc} + * {@inheritDoc}. */ @Override public void prepare() throws StateMachineException { @@ -60,7 +61,7 @@ public class DummySmExecutor extends StateMachineExecutor { } /** - * {@inheritDoc} + * {@inheritDoc}. */ @Override public EnEvent execute(final long executionId, final Properties executionProperties, final EnEvent incomingEvent) { @@ -68,7 +69,7 @@ public class DummySmExecutor extends StateMachineExecutor { } /** - * {@inheritDoc} + * {@inheritDoc}. */ @Override public void cleanUp() throws StateMachineException { diff --git a/core/core-engine/src/test/java/org/onap/policy/apex/core/engine/executor/DummyStateFinalizerExecutor.java b/core/core-engine/src/test/java/org/onap/policy/apex/core/engine/executor/DummyStateFinalizerExecutor.java index b4fefc2d9..58a025bd5 100644 --- a/core/core-engine/src/test/java/org/onap/policy/apex/core/engine/executor/DummyStateFinalizerExecutor.java +++ b/core/core-engine/src/test/java/org/onap/policy/apex/core/engine/executor/DummyStateFinalizerExecutor.java @@ -1,6 +1,7 @@ /*- * ============LICENSE_START======================================================= * Copyright (C) 2018 Ericsson. All rights reserved. + * Modifications Copyright (C) 2019 Nordix Foundation. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -43,7 +44,7 @@ public class DummyStateFinalizerExecutor extends StateFinalizerExecutor { } /** - * {@inheritDoc} + * {@inheritDoc}. */ @Override public String execute(final long executionId, final Properties executionProperties, diff --git a/core/core-engine/src/test/java/org/onap/policy/apex/core/engine/executor/DummyTaskExecutor.java b/core/core-engine/src/test/java/org/onap/policy/apex/core/engine/executor/DummyTaskExecutor.java index fcfc85f66..8b9d1bc07 100644 --- a/core/core-engine/src/test/java/org/onap/policy/apex/core/engine/executor/DummyTaskExecutor.java +++ b/core/core-engine/src/test/java/org/onap/policy/apex/core/engine/executor/DummyTaskExecutor.java @@ -1,6 +1,7 @@ /*- * ============LICENSE_START======================================================= * Copyright (C) 2018 Ericsson. All rights reserved. + * Modifications Copyright (C) 2019 Nordix Foundation. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -51,7 +52,7 @@ public class DummyTaskExecutor extends TaskExecutor { } /** - * {@inheritDoc} + * {@inheritDoc}. */ @Override public Map<String, Object> execute(final long executionId, final Properties executionProperties, @@ -65,7 +66,7 @@ public class DummyTaskExecutor extends TaskExecutor { } /** - * {@inheritDoc} + * {@inheritDoc}. */ @Override public AxTask getSubject() { @@ -78,7 +79,7 @@ public class DummyTaskExecutor extends TaskExecutor { } /** - * {@inheritDoc} + * {@inheritDoc}. */ @Override public void cleanUp() throws StateMachineException { diff --git a/core/core-engine/src/test/java/org/onap/policy/apex/core/engine/executor/DummyTaskSelectExecutor.java b/core/core-engine/src/test/java/org/onap/policy/apex/core/engine/executor/DummyTaskSelectExecutor.java index 03d0b2894..9f9713c9c 100644 --- a/core/core-engine/src/test/java/org/onap/policy/apex/core/engine/executor/DummyTaskSelectExecutor.java +++ b/core/core-engine/src/test/java/org/onap/policy/apex/core/engine/executor/DummyTaskSelectExecutor.java @@ -1,6 +1,7 @@ /*- * ============LICENSE_START======================================================= * Copyright (C) 2018 Ericsson. All rights reserved. + * Modifications Copyright (C) 2019 Nordix Foundation. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -51,7 +52,7 @@ public class DummyTaskSelectExecutor extends TaskSelectExecutor { } /** - * {@inheritDoc} + * {@inheritDoc}. */ @Override public AxArtifactKey execute(final long executionId, final Properties executionProperties, @@ -68,7 +69,7 @@ public class DummyTaskSelectExecutor extends TaskSelectExecutor { } /** - * {@inheritDoc} + * {@inheritDoc}. */ @Override public void cleanUp() throws StateMachineException { |