Bug fix, Lock 64/3964/1
authorPatrikBuhr <patrik.buhr@est.tech>
Wed, 3 Jun 2020 09:59:00 +0000 (11:59 +0200)
committerPatrikBuhr <patrik.buhr@est.tech>
Wed, 3 Jun 2020 10:01:19 +0000 (12:01 +0200)
commitbd30ef4a1c87d27491bcbf8b60bd6627bec85a48
tree966fa6e0ae667478e88b5ec74951eba1d2a97511
parent5056cc12ba520568fcfd28132d815cf3d2afc8b0
Bug fix, Lock

When a pending lock is added to the queue (for pending locks),
the lock may already be released.
In that case, no notifyAll() will be called.

Change-Id: I4d63d5656b09ab0cb9d5f242c9abf9d708fb1a9b
Issue-ID: NONRTRIC-195
Signed-off-by: PatrikBuhr <patrik.buhr@est.tech>
policy-agent/src/main/java/org/oransc/policyagent/repository/Lock.java