Lior Vernia has uploaded a new change for review. Change subject: webadmin: Removed unused constructor ......................................................................
webadmin: Removed unused constructor Presumably added before there was a split between NewVnicProfileModel and EditVnicProfileModel, and was forgotten afterwards. Change-Id: I0a35ed37a445a1251fad427b01d133c857e8c316 Signed-off-by: Lior Vernia <lver...@redhat.com> --- M frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/profiles/VnicProfileModel.java 1 file changed, 0 insertions(+), 4 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/99/19899/1 diff --git a/frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/profiles/VnicProfileModel.java b/frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/profiles/VnicProfileModel.java index c5cc626..9784fe2 100644 --- a/frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/profiles/VnicProfileModel.java +++ b/frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/profiles/VnicProfileModel.java @@ -162,10 +162,6 @@ initCommands(); } - public VnicProfileModel(EntityModel sourceModel, Version dcCompatibilityVersion, Guid dcId) { - this(sourceModel, dcCompatibilityVersion, true, dcId); - } - protected boolean isPortMirroringSupported() { Version v31 = new Version(3, 1); boolean isLessThan31 = getDcCompatibilityVersion().compareTo(v31) < 0; -- To view, visit http://gerrit.ovirt.org/19899 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I0a35ed37a445a1251fad427b01d133c857e8c316 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Lior Vernia <lver...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches