Alexander Wels has posted comments on this change.
Change subject: userportal, webadmin: Replace static Driver init
......................................................................
Patch Set 1: Verified
Replaced all static initialization from:
interface Driver extends SimpleBeanEditorDriver<MigrateModel,
VmMigratePopupView> {
Driver driver = GWT.create(Driver.class);
}
to:
private final Driver driver;
interface Driver extends SimpleBeanEditorDriver<MigrateModel,
VmMigratePopupView> {
}
ctor:
driver = GWT.create(Driver.class);
And replaced all calls to Driver.driver.XX with driver.XX
--
To view, visit http://gerrit.ovirt.org/12560
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: comment
Gerrit-Change-Id: I73ba1fa29629538d6160fa042113859a6bf1ae7f
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Alexander Wels <[email protected]>
Gerrit-Reviewer: Alexander Wels <[email protected]>
Gerrit-Reviewer: Vojtech Szocs <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches