Change in ovirt-engine[master]: core: RegisterVdsQuery RefObject

From Martin Peřina <mperina@redhat.com>:
Martin Peřina has submitted this change and it was merged. Change subject: core: RegisterVdsQuery RefObject ...................................................................... core: RegisterVdsQuery RefObject Use the standard java.util.concurrent.atomic.AtomicBoolean instead of the deprecated org.ovirt.engine.core.compat.RefObject. While the atomicity isn't an issue here, AtomicBoolean is a clean and easy way to get a mutable boolean and to remove another usage of RefObject, as part of the effort to remove it completely. Change-Id: I8f8cfee45a2001f84b655288ee15e1cf10312496 Signed-off-by: Allon Mureinik <amureini@redhat.com> --- M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/hostdeploy/RegisterVdsQuery.java 1 file changed, 7 insertions(+), 8 deletions(-) Approvals: Martin Peřina: Looks good to me, approved Ravi Nori: Looks good to me, but someone else must approve Jenkins CI: Passed CI tests Allon Mureinik: Verified -- To view, visit https://gerrit.ovirt.org/69693 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I8f8cfee45a2001f84b655288ee15e1cf10312496 Gerrit-PatchSet: 2 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Allon Mureinik <amureini@redhat.com> Gerrit-Reviewer: Allon Mureinik <amureini@redhat.com> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Martin Peřina <mperina@redhat.com> Gerrit-Reviewer: Moti Asayag <masayag@redhat.com> Gerrit-Reviewer: Ravi Nori <rnori@redhat.com> Gerrit-Reviewer: gerrit-hooks <automation@ovirt.org>
participants (1)
-
Code Review