Martin Betak has posted comments on this change.

Change subject: webadmin: fix import-vm from vms grid
......................................................................


Patch Set 3:

(1 comment)

https://gerrit.ovirt.org/#/c/40110/3/frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/vms/VmListModel.java
File 
frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/vms/VmListModel.java:

Line 2548:         importVmModel.importVms(
Line 2549:                 new IFrontendMultipleActionAsyncCallback() {
Line 2550:                     @Override
Line 2551:                     public void 
executed(FrontendMultipleActionAsyncResult result) {
Line 2552:                         VmListModel.this.setWindow(null);
you can probably just call `setWindow(null)` whithout the explicit reference to 
outer this.
Line 2553:                     }
Line 2554:                 },
Line 2555:                 cloneObjectMap);
Line 2556:     }


-- 
To view, visit https://gerrit.ovirt.org/40110
To unsubscribe, visit https://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I4f505975e4301594aadbb16cbda3a613c4390888
Gerrit-PatchSet: 3
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Arik Hadas <aha...@redhat.com>
Gerrit-Reviewer: Arik Hadas <aha...@redhat.com>
Gerrit-Reviewer: Martin Betak <mbe...@redhat.com>
Gerrit-Reviewer: Tomas Jelinek <tjeli...@redhat.com>
Gerrit-Reviewer: automat...@ovirt.org
Gerrit-Reviewer: oVirt Jenkins CI Server
Gerrit-HasComments: Yes
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to