diff options
author | Jorge Hernandez <jorge.hernandez-herrero@att.com> | 2018-11-27 16:28:40 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-11-27 16:28:40 +0000 |
commit | dc569fec077a6d6acce415925685699d5907cd2d (patch) | |
tree | 1d1f9b80b23f03d317426508ff83256a1f01a665 /integrity-monitor/src/test | |
parent | f6658bcf0374eaf2efa8e5a7c6fb135ced67d44c (diff) | |
parent | c3cba1ad09e4bca029490e18fe51e972089f7ec7 (diff) |
Merge "Fix checkstyle issue in policy common"
Diffstat (limited to 'integrity-monitor/src/test')
-rw-r--r-- | integrity-monitor/src/test/java/org/onap/policy/common/im/IntegrityMonitorTestBase.java | 1 | ||||
-rw-r--r-- | integrity-monitor/src/test/java/org/onap/policy/common/im/StateManagementTest.java | 9 |
2 files changed, 5 insertions, 5 deletions
diff --git a/integrity-monitor/src/test/java/org/onap/policy/common/im/IntegrityMonitorTestBase.java b/integrity-monitor/src/test/java/org/onap/policy/common/im/IntegrityMonitorTestBase.java index ba1fc344..f3ad1d32 100644 --- a/integrity-monitor/src/test/java/org/onap/policy/common/im/IntegrityMonitorTestBase.java +++ b/integrity-monitor/src/test/java/org/onap/policy/common/im/IntegrityMonitorTestBase.java @@ -134,7 +134,6 @@ public class IntegrityMonitorTestBase { /** * Saves current configuration information and then sets new values. * - * @param dbDriver the name of the DB Driver class * @param dbUrl the URL to the DB * @throws IOException if an IO error occurs */ diff --git a/integrity-monitor/src/test/java/org/onap/policy/common/im/StateManagementTest.java b/integrity-monitor/src/test/java/org/onap/policy/common/im/StateManagementTest.java index 1d0d34ea..9bc49861 100644 --- a/integrity-monitor/src/test/java/org/onap/policy/common/im/StateManagementTest.java +++ b/integrity-monitor/src/test/java/org/onap/policy/common/im/StateManagementTest.java @@ -7,9 +7,9 @@ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. @@ -49,6 +49,7 @@ import org.slf4j.LoggerFactory; * privileges and can execute time-sensitive tasks. */ public class StateManagementTest extends IntegrityMonitorTestBase { + private static final String TEST_RESOURCE_NAME = "test_resource1"; private static Logger logger = LoggerFactory.getLogger(StateManagementTest.class); // @@ -276,8 +277,8 @@ public class StateManagementTest extends IntegrityMonitorTestBase { /** * Converts a state element to a comma-separated string. - * - * @param se element to be converted + * + * @param sm element to be converted * @return a string representing the element */ private String makeString(final StateManagement sm) { |