Michael Kublin has posted comments on this change. Change subject: core: removed unused fqn from VdsSelector ......................................................................
Patch Set 2: (1 inline comment) .................................................... File backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/VdsSelector.java Line 157: if (getDestinationVdsId() != null) { Line 158: VDS target_vds = DbFacade.getInstance().getVdsDao().get(getDestinationVdsId()); Line 159: log.infoFormat("Checking for a specific VDS only - id:{0}, name:{1}, host_name(ip):{2}", Line 160: getDestinationVdsId(), target_vds.getvds_name(), target_vds.gethost_name()); Line 161: returnValue = canFindVdsToRun(messages, isMigrate, you don't need to create array inside Arrays.asList Line 162: new ArrayList<VDS>(Arrays.asList(new VDS[] { target_vds }))); Line 163: } Line 164: return returnValue; Line 165: } -- To view, visit http://gerrit.ovirt.org/8404 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: Ic768c5c1e0e6a8e9d1c268eb6f4c2a7f44bc25dd Gerrit-PatchSet: 2 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Laszlo Hornyak <lhorn...@redhat.com> Gerrit-Reviewer: Allon Mureinik <amure...@redhat.com> Gerrit-Reviewer: Doron Fediuck <dfedi...@redhat.com> Gerrit-Reviewer: Laszlo Hornyak <lhorn...@redhat.com> Gerrit-Reviewer: Michael Kublin <mkub...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches