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/main | |
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/main')
-rw-r--r-- | integrity-audit/src/main/java/org/onap/policy/common/ia/DbDao.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/integrity-audit/src/main/java/org/onap/policy/common/ia/DbDao.java b/integrity-audit/src/main/java/org/onap/policy/common/ia/DbDao.java index 27d035f2..e83bbca8 100644 --- a/integrity-audit/src/main/java/org/onap/policy/common/ia/DbDao.java +++ b/integrity-audit/src/main/java/org/onap/policy/common/ia/DbDao.java @@ -95,7 +95,6 @@ public class DbDao { * @param resourceName the resource name * @param persistenceUnit the persistence unit * @param properties the properties - * @param lastUpdateDate may be {@code null} * @param altDbUrl may be {@code null} * @throws IntegrityAuditException if an error occurs */ |