On Sat, Mar 22, 2008 at 1:08 PM, Sergiu Dumitriu <[EMAIL PROTECTED]> wrote: > tmortagne (SVN) wrote: > > Author: tmortagne > > Date: 2008-03-21 19:23:33 +0100 (Fri, 21 Mar 2008) > > New Revision: 8642 > > > > Modified: > > > xwiki-platform/core/trunk/xwiki-core/src/main/java/com/xpn/xwiki/plugin/rightsmanager/RightsManager.java > > Log: > > XWIKI-2245: RightsManager class sould be public > > > > -final class RightsManager implements XWikiDocChangeNotificationInterface > > +final public class RightsManager implements > XWikiDocChangeNotificationInterface > > Why is it final?
Well as it's just a set of helper methods used as a singleton with private constructor I don't think it would be overwritten but if you think it could be really usefull I can fix that. Anyway this plugin and lots of code in xwiki-core should be replace by a set of rights/users/groups management components as XWikiRightsManager, LDAPGroupManager, EXOUsersManager etc... later :) (At least when we will have a clean new DataStorage design/implementation). > > -- > Sergiu Dumitriu > http://purl.org/net/sergiu/ > _______________________________________________ > devs mailing list > [email protected] > http://lists.xwiki.org/mailman/listinfo/devs > -- Thomas Mortagne _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs

