diff options
author | Jorge Hernandez <jorge.hernandez-herrero@att.com> | 2022-02-09 19:04:25 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2022-02-09 19:04:25 +0000 |
commit | c9da04cc4ff4b133edd68ceee77f5bb5128d6574 (patch) | |
tree | 701523daabcb77f4ded20bd3dfe4c3660bb1fb90 /core | |
parent | 143d9c2e74ebe962640810140aa028637af88a6c (diff) | |
parent | 59b90519eda3b95b0cfc49b6349a591c7d0c78e2 (diff) |
Merge "Remove JAXB and XML, use GSON for JSON"
Diffstat (limited to 'core')
-rw-r--r-- | core/core-engine/src/main/java/org/onap/policy/apex/core/engine/EngineParameters.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/core-engine/src/main/java/org/onap/policy/apex/core/engine/EngineParameters.java b/core/core-engine/src/main/java/org/onap/policy/apex/core/engine/EngineParameters.java index 3cf43c581..3f8243828 100644 --- a/core/core-engine/src/main/java/org/onap/policy/apex/core/engine/EngineParameters.java +++ b/core/core-engine/src/main/java/org/onap/policy/apex/core/engine/EngineParameters.java @@ -1,7 +1,7 @@ /*- * ============LICENSE_START======================================================= * Copyright (C) 2016-2018 Ericsson. All rights reserved. - * Modifications Copyright (C) 2020 Nordix Foundation. + * Modifications Copyright (C) 2020,2022 Nordix Foundation. * Modifications Copyright (C) 2021 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); @@ -39,8 +39,8 @@ import org.onap.policy.common.parameters.annotations.Valid; * for each of those executors. * * <p>The context parameters for the engine are held in a {@link ContextParameters} instance. This instance holds the - * parameters for context schema handling that will be used by the engine as well as the context album distribution, - * locking, and persistence parameters. + * parameters for context schema handling that will be used by the engine as well as the context album distribution and + * locking parameters. * * <p>In Apex, an engine can be configured to use many logic flavours. The executors for each logic flavour are * identified by their name. Each logic flavour executor must have an instance of {@link ExecutorParameters} defined for |