aboutsummaryrefslogtreecommitdiffstats
path: root/core/core-engine/src/test/java
diff options
context:
space:
mode:
Diffstat (limited to 'core/core-engine/src/test/java')
-rw-r--r--core/core-engine/src/test/java/org/onap/policy/apex/core/engine/engine/impl/DummySmExecutor.java7
-rw-r--r--core/core-engine/src/test/java/org/onap/policy/apex/core/engine/executor/DummyStateFinalizerExecutor.java3
-rw-r--r--core/core-engine/src/test/java/org/onap/policy/apex/core/engine/executor/DummyTaskExecutor.java7
-rw-r--r--core/core-engine/src/test/java/org/onap/policy/apex/core/engine/executor/DummyTaskSelectExecutor.java5
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 {