Yair Zaslavsky has posted comments on this change. Change subject: aaa: creating extension-manager module ......................................................................
Patch Set 14: (2 comments) http://gerrit.ovirt.org/#/c/24093/14/backend/manager/modules/authentication/src/main/java/org/ovirt/engine/core/authentication/AuthenticationProfileManager.java File backend/manager/modules/authentication/src/main/java/org/ovirt/engine/core/authentication/AuthenticationProfileManager.java: Line 7: import org.ovirt.engine.core.extensions.mgr.Manager; Line 8: Line 9: Line 10: Line 11: > no need for spaces Done Line 12: /** Line 13: * The authentication profile manager is responsible for managing a set of authentication profiles. Line 14: */ Line 15: public class AuthenticationProfileManager extends Manager<AuthenticationProfile> { http://gerrit.ovirt.org/#/c/24093/14/backend/manager/modules/authentication/src/main/java/org/ovirt/engine/core/authentication/AuthenticatorManager.java File backend/manager/modules/authentication/src/main/java/org/ovirt/engine/core/authentication/AuthenticatorManager.java: Line 5: import org.ovirt.engine.core.extensions.mgr.Configuration; Line 6: import org.ovirt.engine.core.extensions.mgr.Manager; Line 7: Line 8: Line 9: > no need extra spaces Done Line 10: /** Line 11: * The authenticator manager is responsible for managing a collection of authenticator objects. Line 12: */ Line 13: public class AuthenticatorManager extends Manager<Authenticator> { -- To view, visit http://gerrit.ovirt.org/24093 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I3c7258206880fd974934672de9fb5900192cca33 Gerrit-PatchSet: 14 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Yair Zaslavsky <[email protected]> Gerrit-Reviewer: Alon Bar-Lev <[email protected]> Gerrit-Reviewer: Martin Peřina <[email protected]> Gerrit-Reviewer: Yair Zaslavsky <[email protected]> Gerrit-Reviewer: [email protected] Gerrit-Reviewer: oVirt Jenkins CI Server Gerrit-HasComments: Yes _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
