Alon Bar-Lev has posted comments on this change. Change subject: aaa: AuthenticationProfileRepository to become observer of ExtensionsManager ......................................................................
Patch Set 2: (1 comment) http://gerrit.ovirt.org/#/c/28309/2/backend/manager/modules/aaa/src/main/java/org/ovirt/engine/core/aaa/AuthenticationProfileRepository.java File backend/manager/modules/aaa/src/main/java/org/ovirt/engine/core/aaa/AuthenticationProfileRepository.java: Line 95: } Line 96: Line 97: private void registerProfile(Map<String, AuthenticationProfile> map, AuthenticationProfile profile) { Line 98: map.put(profile.getName(), profile); Line 99: } > either that or having a local variable for profile. as i need both the prof ok, not that critical. thanks! Line 100: Line 101: @Override Line 102: public void update(Observable o, Object arg) { Line 103: profiles = createProfiles(); -- To view, visit http://gerrit.ovirt.org/28309 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: Ie201fa985eb412f47fe492695b79afee21de66f8 Gerrit-PatchSet: 2 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Yair Zaslavsky <[email protected]> Gerrit-Reviewer: Alon Bar-Lev <[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
