Fix syntax error in DistributedLock "DELETE" 79/97979/1
authorJim Hahn <jrh3@att.com>
Tue, 5 Nov 2019 19:47:08 +0000 (14:47 -0500)
committerJim Hahn <jrh3@att.com>
Tue, 5 Nov 2019 19:47:08 +0000 (14:47 -0500)
commit4d7e396e00ef92364e3ea8dd6e35922dc5fae72c
tree03e44fa861d5adea2286b93b3bc307efee6f90c5
parenta8147165ecff5deae8d7c8ba9a241454f2a9481c
Fix syntax error in DistributedLock "DELETE"

Changed the "DELETE" to "DELETE FROM" to fix this error:
  You have an error in your SQL syntax; check the manual that corresponds
  to your MariaDB server version for the right syntax to use

Issue-ID: POLICY-2203
Signed-off-by: Jim Hahn <jrh3@att.com>
Change-Id: I10a398c13dc3da547d2b3ea47564ab0d5761a2ee
feature-distributed-locking/src/main/java/org/onap/policy/distributed/locking/DistributedLockManager.java