aboutsummaryrefslogtreecommitdiffstats
path: root/controlloop/common/rules-test
diff options
context:
space:
mode:
authorJim Hahn <jrh3@att.com>2021-06-17 14:54:22 -0400
committerJim Hahn <jrh3@att.com>2021-06-17 15:13:19 -0400
commit2ebe1425ae8e90d5243960a5ac66dd009251b75b (patch)
tree17536efd4b37eef283a0516365c672ae5095993a /controlloop/common/rules-test
parent42f9de83e46be30d947de156b6174f753fc3e48d (diff)
Use lombok in drools-apps
Issue-ID: POLICY-3398 Change-Id: I2afedc900bc268dc83f689624b4daabdb64a09f9 Signed-off-by: Jim Hahn <jrh3@att.com>
Diffstat (limited to 'controlloop/common/rules-test')
-rw-r--r--controlloop/common/rules-test/src/main/java/org/onap/policy/controlloop/common/rules/test/HttpClients.java10
-rw-r--r--controlloop/common/rules-test/src/main/java/org/onap/policy/controlloop/common/rules/test/Simulators.java9
-rw-r--r--controlloop/common/rules-test/src/main/java/org/onap/policy/controlloop/common/rules/test/Topics.java8
3 files changed, 2 insertions, 25 deletions
diff --git a/controlloop/common/rules-test/src/main/java/org/onap/policy/controlloop/common/rules/test/HttpClients.java b/controlloop/common/rules-test/src/main/java/org/onap/policy/controlloop/common/rules/test/HttpClients.java
index eb729ad6d..208cdc937 100644
--- a/controlloop/common/rules-test/src/main/java/org/onap/policy/controlloop/common/rules/test/HttpClients.java
+++ b/controlloop/common/rules-test/src/main/java/org/onap/policy/controlloop/common/rules/test/HttpClients.java
@@ -2,7 +2,7 @@
* ============LICENSE_START=======================================================
* ONAP
* ================================================================================
- * Copyright (C) 2020 AT&T Intellectual Property. All rights reserved.
+ * Copyright (C) 2020-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.
@@ -31,14 +31,6 @@ import org.onap.policy.drools.persistence.SystemPersistenceConstants;
public class HttpClients {
/**
- * Constructs the object.
- */
- public HttpClients() {
- super();
- }
-
-
- /**
* Adds Http Clients specified in the property file.
*
* @param propFilePrefix prefix prepended to "-http-client.properties" to yield the
diff --git a/controlloop/common/rules-test/src/main/java/org/onap/policy/controlloop/common/rules/test/Simulators.java b/controlloop/common/rules-test/src/main/java/org/onap/policy/controlloop/common/rules/test/Simulators.java
index 4a325a447..b1d3d544e 100644
--- a/controlloop/common/rules-test/src/main/java/org/onap/policy/controlloop/common/rules/test/Simulators.java
+++ b/controlloop/common/rules-test/src/main/java/org/onap/policy/controlloop/common/rules/test/Simulators.java
@@ -2,7 +2,7 @@
* ============LICENSE_START=======================================================
* ONAP
* ================================================================================
- * Copyright (C) 2020 AT&T Intellectual Property. All rights reserved.
+ * Copyright (C) 2020-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.
@@ -38,13 +38,6 @@ public class Simulators {
private final List<HttpServletServer> servers = new LinkedList<>();
/**
- * Constructs the object.
- */
- public Simulators() {
- super();
- }
-
- /**
* Invokes the given functions to start the simulators. Destroys <i>all</i> of the
* simulators if any fail to start.
*
diff --git a/controlloop/common/rules-test/src/main/java/org/onap/policy/controlloop/common/rules/test/Topics.java b/controlloop/common/rules-test/src/main/java/org/onap/policy/controlloop/common/rules/test/Topics.java
index ff3abed48..051270f6f 100644
--- a/controlloop/common/rules-test/src/main/java/org/onap/policy/controlloop/common/rules/test/Topics.java
+++ b/controlloop/common/rules-test/src/main/java/org/onap/policy/controlloop/common/rules/test/Topics.java
@@ -49,14 +49,6 @@ public class Topics {
*/
private final List<Listener<?>> listeners = new LinkedList<>();
-
- /**
- * Constructs the object.
- */
- public Topics() {
- super();
- }
-
/**
* Unregisters all of the listeners.
*/