Change in ovirt-engine[master]: core: BaseConditionFieldAutoCompleter cleanup
lhornyak at redhat.com
lhornyak at redhat.com
Fri Aug 10 13:04:09 UTC 2012
Laszlo Hornyak has submitted this change and it was merged.
Change subject: core: BaseConditionFieldAutoCompleter cleanup
......................................................................
core: BaseConditionFieldAutoCompleter cleanup
- replaced variable.equals("CONSTANT") with "CONSTANT".equals(variable)
- replaced StringHelper.EqOp(variable, "CONSTANT") with
"CONSTANT".equals(variable)
Change-Id: Ibbe7bff1b6c620ef58ffc8ff99f2e8b6a486e0bf
Signed-off-by: Laszlo Hornyak <lhornyak at redhat.com>
---
M backend/manager/modules/searchbackend/src/main/java/org/ovirt/engine/core/searchbackend/BaseConditionFieldAutoCompleter.java
1 file changed, 13 insertions(+), 28 deletions(-)
Approvals:
Laszlo Hornyak: Verified; Looks good to me, approved
Doron Fediuck: Looks good to me, approved
--
To view, visit http://gerrit.ovirt.org/7039
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Ibbe7bff1b6c620ef58ffc8ff99f2e8b6a486e0bf
Gerrit-PatchSet: 3
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Laszlo Hornyak <lhornyak at redhat.com>
Gerrit-Reviewer: Allon Mureinik <amureini at redhat.com>
Gerrit-Reviewer: Doron Fediuck <dfediuck at redhat.com>
Gerrit-Reviewer: Gilad Chaplik <gchaplik at redhat.com>
Gerrit-Reviewer: Laszlo Hornyak <lhornyak at redhat.com>
Gerrit-Reviewer: oVirt Jenkins CI Server
More information about the Engine-commits
mailing list