diff options
author | ramverma <ram.krishna.verma@ericsson.com> | 2018-11-29 13:47:30 +0000 |
---|---|---|
committer | ramverma <ram.krishna.verma@ericsson.com> | 2018-11-29 14:46:03 +0000 |
commit | ea736d0c60f042d4e6255136da789724ee178193 (patch) | |
tree | 98d0a8f73f0ff5f822e863ecc245e36e66c2d99f /testsuites/integration | |
parent | 80540def7348e195ffacfbbc7c23e2e68e154965 (diff) |
Fixing issues in apex documents
Change-Id: Ibc07c20fa8ac1018443a3c061613fdaecc5efb83
Issue-ID: POLICY-1280
Signed-off-by: ramverma <ram.krishna.verma@ericsson.com>
Diffstat (limited to 'testsuites/integration')
2 files changed, 0 insertions, 2 deletions
diff --git a/testsuites/integration/integration-common/src/main/java/org/onap/policy/apex/testsuites/integration/common/model/java/DefaultTaskLogic.java b/testsuites/integration/integration-common/src/main/java/org/onap/policy/apex/testsuites/integration/common/model/java/DefaultTaskLogic.java index 0dd59ed86..08ad008f4 100644 --- a/testsuites/integration/integration-common/src/main/java/org/onap/policy/apex/testsuites/integration/common/model/java/DefaultTaskLogic.java +++ b/testsuites/integration/integration-common/src/main/java/org/onap/policy/apex/testsuites/integration/common/model/java/DefaultTaskLogic.java @@ -36,7 +36,6 @@ public class DefaultTaskLogic { * * @param executor the executor * @return the event - * @throws ApexException the apex exception */ public boolean getEvent(final TaskExecutionContext executor) { String idString = executor.subject.getId(); diff --git a/testsuites/integration/integration-common/src/main/java/org/onap/policy/apex/testsuites/integration/common/model/java/EvalTaskLogic.java b/testsuites/integration/integration-common/src/main/java/org/onap/policy/apex/testsuites/integration/common/model/java/EvalTaskLogic.java index 29c58f148..8ba4b879f 100644 --- a/testsuites/integration/integration-common/src/main/java/org/onap/policy/apex/testsuites/integration/common/model/java/EvalTaskLogic.java +++ b/testsuites/integration/integration-common/src/main/java/org/onap/policy/apex/testsuites/integration/common/model/java/EvalTaskLogic.java @@ -33,7 +33,6 @@ public class EvalTaskLogic { * * @param executor the executor * @return the event - * @throws ApexException the apex exception */ public boolean getEvent(final TaskExecutionContext executor) { String idString = executor.subject.getId(); |