aboutsummaryrefslogtreecommitdiffstats
path: root/policy-management/src/test/resources/echo.drl
diff options
context:
space:
mode:
authorjhh <jorge.hernandez-herrero@att.com>2021-01-13 16:34:13 -0600
committerjhh <jorge.hernandez-herrero@att.com>2021-01-14 14:04:07 -0600
commit6d94c4ec33520776971c781c6ea6e80e6d0070b5 (patch)
treea2f11e0235cfcf1d93f69bb78fcdc5d4fa77fbbd /policy-management/src/test/resources/echo.drl
parenta98ae0583fc978b8dc345fa89bed10fff4a73222 (diff)
add methods to check if a fact exists.
Issue-ID: POLICY-2762 Signed-off-by: jhh <jorge.hernandez-herrero@att.com> Change-Id: Ic00d2a548dbc904e044d2310c7d5439a1cb708a5 Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
Diffstat (limited to 'policy-management/src/test/resources/echo.drl')
-rw-r--r--policy-management/src/test/resources/echo.drl3
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