diff options
author | Jim Hahn <jrh3@att.com> | 2021-06-18 09:27:39 -0400 |
---|---|---|
committer | Jim Hahn <jrh3@att.com> | 2021-06-18 09:30:31 -0400 |
commit | 91bbf2b36488c870b625f032220451155d014d20 (patch) | |
tree | 0cf6b8850eab850c770a4b28bc80bb83ca904241 /integrity-audit/src/test/java | |
parent | fc1412f6a14cf83e2a74f57bd990fbc3d8a7f277 (diff) |
Fix new checkstyle issues in policy-common
The new version of checkstyle identified new issues. Fixed those.
Issue-ID: POLICY-3284
Change-Id: I2a8bf2b460fda7972ce573f14df5af52d46c9993
Signed-off-by: Jim Hahn <jrh3@att.com>
Diffstat (limited to 'integrity-audit/src/test/java')
-rw-r--r-- | integrity-audit/src/test/java/org/onap/policy/common/ia/IntegrityAuditTestBase.java | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/integrity-audit/src/test/java/org/onap/policy/common/ia/IntegrityAuditTestBase.java b/integrity-audit/src/test/java/org/onap/policy/common/ia/IntegrityAuditTestBase.java index a8e3fbef..13939412 100644 --- a/integrity-audit/src/test/java/org/onap/policy/common/ia/IntegrityAuditTestBase.java +++ b/integrity-audit/src/test/java/org/onap/policy/common/ia/IntegrityAuditTestBase.java @@ -304,8 +304,7 @@ public class IntegrityAuditTestBase { * Verifies that items appear within the log, in order. A given item may appear more than once. * In addition, the log may contain extra items; those are ignored. * - * @param textre regular expression used to extract an item from a line in the log. The first - * "capture" group of the regular expression is assumed to contain the extracted item + * @param app where data has been logged * @param items items that should be matched by the items extracted from the log, in order * @throws IOException if an IO error occurs * @throws AssertionError if the desired items were not all found |