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

Code Review gerrit at ovirt.org
Fri Jan 6 14:45:46 UTC 2017


>From Martin Peřina <mperina at 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 at 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 at redhat.com>
Gerrit-Reviewer: Allon Mureinik <amureini at redhat.com>
Gerrit-Reviewer: Jenkins CI
Gerrit-Reviewer: Martin Peřina <mperina at redhat.com>
Gerrit-Reviewer: Moti Asayag <masayag at redhat.com>
Gerrit-Reviewer: Ravi Nori <rnori at redhat.com>
Gerrit-Reviewer: gerrit-hooks <automation at ovirt.org>


More information about the Engine-commits mailing list