Arik Hadas has posted comments on this change. Change subject: webadmin: introduce ImportVmModel ......................................................................
Patch Set 41: (2 comments) https://gerrit.ovirt.org/#/c/36673/41/frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/vms/ImportVmModel.java File frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/vms/ImportVmModel.java: Line 99: } Line 100: })); Line 101: } Line 102: Line 103: ImportVmModel(final ClusterListModel<Void> cluster, final QuotaListModel clusterQuota) { > constructor in the middle of the class? Please move up. Done Line 104: this.cluster = cluster; Line 105: this.clusterQuota = clusterQuota; Line 106: setCpuProfiles(new ListModel<CpuProfile>()); Line 107: } Line 129: private void setCpuProfiles(ListModel<CpuProfile> value) { Line 130: cpuProfiles = value; Line 131: } Line 132: Line 133: // TODO: should the above be a CpuProfileListModel? > ok, this comment does not help anyone anymore - please delete it Done Line 134: // private final CpuProfileListModel cpuProfiles; Line 135: // Line 136: // public CpuProfileListModel getCpuProfiles() { Line 137: // return cpuProfiles; -- To view, visit https://gerrit.ovirt.org/36673 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I69f79fd0a5433a7af3212ecded8affa23c5247fb Gerrit-PatchSet: 41 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Arik Hadas <[email protected]> Gerrit-Reviewer: Arik Hadas <[email protected]> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Martin Betak <[email protected]> Gerrit-Reviewer: Tomas Jelinek <[email protected]> Gerrit-Reviewer: [email protected] Gerrit-HasComments: Yes _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
