diff options
author | 2021-06-18 14:12:38 +0000 | |
---|---|---|
committer | 2021-06-18 14:12:38 +0000 | |
commit | 0de684d53b9da8889244ddce49e5110d23d30ba8 (patch) | |
tree | 61e611f1bde4fabd7c0c1766cb53b5a9350a597c /integrity-audit/src/main | |
parent | 459eca92aba02bd5a890265c5097fc793f917360 (diff) | |
parent | 91bbf2b36488c870b625f032220451155d014d20 (diff) |
Merge "Fix new checkstyle issues in policy-common"
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 */ |