Change in ovirt-engine[master]: core: fix error caused by javac 1.6.0_24 bug in VdsManager

Roy Golan has submitted this change and it was merged. Change subject: core: fix error caused by javac 1.6.0_24 bug in VdsManager ...................................................................... core: fix error caused by javac 1.6.0_24 bug in VdsManager seems like 1.6._024 compiler is failing to parse "(Config.<Object>" in some circumstances. Flipping the order does the trick. Change-Id: I2855a27b27163385530156e306fd8beca2c7cda3 Signed-off-by: Roy Golan <rgolan@redhat.com> --- M backend/manager/modules/vdsbroker/src/main/java/org/ovirt/engine/core/vdsbroker/VdsManager.java 1 file changed, 2 insertions(+), 1 deletion(-) Approvals: Roy Golan: Verified; Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/8235 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I2855a27b27163385530156e306fd8beca2c7cda3 Gerrit-PatchSet: 3 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Roy Golan <rgolan@redhat.com> Gerrit-Reviewer: Daniel Erez <derez@redhat.com> Gerrit-Reviewer: Michael Kublin <mkublin@redhat.com> Gerrit-Reviewer: Roy Golan <rgolan@redhat.com>
participants (1)
-
rgolan@redhat.com