From 1f0322329c388e9bf40f4703d3aff1ce18c229cb Mon Sep 17 00:00:00 2001 From: jhh Date: Thu, 9 Jan 2020 18:29:35 -0600 Subject: Add ControlLoopParams from models repo. This class is only useful under drools applications and eventually will be deprecated to accommodate the new Operational Policy Types. Issue-ID: POLICY-2146 Signed-off-by: jhh Change-Id: I68927cb144a33fac6fe330be15fe60aee32b15a1 --- .../org/onap/policy/template/demo/ControlLoopParamsCleanupTest.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'controlloop/templates/template.demo/src') diff --git a/controlloop/templates/template.demo/src/test/java/org/onap/policy/template/demo/ControlLoopParamsCleanupTest.java b/controlloop/templates/template.demo/src/test/java/org/onap/policy/template/demo/ControlLoopParamsCleanupTest.java index 947e50c00..ae12d0469 100644 --- a/controlloop/templates/template.demo/src/test/java/org/onap/policy/template/demo/ControlLoopParamsCleanupTest.java +++ b/controlloop/templates/template.demo/src/test/java/org/onap/policy/template/demo/ControlLoopParamsCleanupTest.java @@ -1,8 +1,8 @@ /*- * ============LICENSE_START======================================================= - * demo + * ONAP * ================================================================================ - * Copyright (C) 2018 AT&T Intellectual Property. All rights reserved. + * Copyright (C) 2018-2020 AT&T Intellectual Property. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. -- cgit 1.2.3-korg