Vojtech Szocs has posted comments on this change. Change subject: userportal, webadmin: Replace static Driver init ......................................................................
Patch Set 2: Looks good to me, but someone else must approve I couldn't resist but a very minor (nit-picky) note - maybe we can simply replace this: private final Driver driver; ... driver = GWT.create(Driver.class); with this: private final Driver driver = GWT.create(Driver.class); In any case, +1 from me. -- 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: 2 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Alexander Wels <[email protected]> Gerrit-Reviewer: Alexander Wels <[email protected]> Gerrit-Reviewer: Daniel Erez <[email protected]> Gerrit-Reviewer: Einav Cohen <[email protected]> Gerrit-Reviewer: Tomas Jelinek <[email protected]> Gerrit-Reviewer: Vojtech Szocs <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
