aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJorge Hernandez <jh1730@att.com>2018-10-05 18:12:44 +0000
committerGerrit Code Review <gerrit@onap.org>2018-10-05 18:12:44 +0000
commit2e8cead18cfb165c10ec97f4a6616fcee8644113 (patch)
tree09addbe2e8cb9927efd5a7ff5feb385b09218af0
parentee70adfa3010dbde69e2fffda8527d81a6429e96 (diff)
parentc8dacf42a0f41bef6779232d7e58bb27130ff5f3 (diff)
Merge "Remove constraints"1.3.0
-rw-r--r--integrity-monitor/src/main/java/org/onap/policy/common/im/IntegrityMonitor.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/integrity-monitor/src/main/java/org/onap/policy/common/im/IntegrityMonitor.java b/integrity-monitor/src/main/java/org/onap/policy/common/im/IntegrityMonitor.java
index 4298e7c8..9412606d 100644
--- a/integrity-monitor/src/main/java/org/onap/policy/common/im/IntegrityMonitor.java
+++ b/integrity-monitor/src/main/java/org/onap/policy/common/im/IntegrityMonitor.java
@@ -38,7 +38,6 @@ import javax.persistence.FlushModeType;
import javax.persistence.LockModeType;
import javax.persistence.Persistence;
import javax.persistence.Query;
-import javax.validation.constraints.NotNull;
import org.onap.policy.common.im.jmx.ComponentAdmin;
import org.onap.policy.common.im.jmx.ComponentAdminMBean;
import org.onap.policy.common.im.jmx.JmxAgentConnection;
@@ -1783,7 +1782,7 @@ public class IntegrityMonitor {
* @param msg message to add for the key
* @throws AllSeemsWellException if an error occurs
*/
- public void allSeemsWell(@NotNull String key, @NotNull Boolean asw, @NotNull String msg)
+ public void allSeemsWell(String key, Boolean asw, String msg)
throws AllSeemsWellException {
logger.debug("allSeemsWell entry: key = {}, asw = {}, msg = {}", key, asw, msg);