diff options
Diffstat (limited to 'policy-management/src/test/resources/echo.drl')
-rw-r--r-- | policy-management/src/test/resources/echo.drl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/policy-management/src/test/resources/echo.drl b/policy-management/src/test/resources/echo.drl index bd26f95b..03716d96 100644 --- a/policy-management/src/test/resources/echo.drl +++ b/policy-management/src/test/resources/echo.drl @@ -2,7 +2,7 @@ * ============LICENSE_START======================================================= * ONAP * ================================================================================ - * Copyright (C) 2018-2019 AT&T Intellectual Property. All rights reserved. + * Copyright (C) 2018-2019, 2021 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. @@ -35,5 +35,4 @@ when $o : Object(); then System.out.println("ECHO: " + $o.toString()); - retract($o); end |