diff options
author | Liam Fallon <liam.fallon@est.tech> | 2019-09-16 12:57:34 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-09-16 12:57:34 +0000 |
commit | cc1e7963d70b8dcf99ae7bdaecf1dd81e8a78e97 (patch) | |
tree | c9f6d9b6485f2ecb86eb0943933fb0e1a72f1576 /core/core-engine | |
parent | d7d9df65e10edf260f5435335781dfc85939207c (diff) | |
parent | 88f175903e93e138687b5fbfe5140831df5440c2 (diff) |
Merge "Disable Jython Excutor for security"
Diffstat (limited to 'core/core-engine')
-rw-r--r-- | core/core-engine/src/main/java/org/onap/policy/apex/core/engine/EngineParameterConstants.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/core-engine/src/main/java/org/onap/policy/apex/core/engine/EngineParameterConstants.java b/core/core-engine/src/main/java/org/onap/policy/apex/core/engine/EngineParameterConstants.java index 96a83f3a6..1ac0ef6c2 100644 --- a/core/core-engine/src/main/java/org/onap/policy/apex/core/engine/EngineParameterConstants.java +++ b/core/core-engine/src/main/java/org/onap/policy/apex/core/engine/EngineParameterConstants.java @@ -5,15 +5,15 @@ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - * + * * SPDX-License-Identifier: Apache-2.0 * ============LICENSE_END========================================================= */ |