You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@turbine.apache.org by Rodney Schneider <ro...@actf.com.au> on 2002/11/12 07:04:50 UTC

[PATCH] jakarta-turbine-2: IntakeTool.getGroups() made public

Hi,

In my application I need access to IntakeTool's Group Map from my action 
classes.  The method getGroups is currently protected, which means I could 
write a subclass of IntakeTool to make this method public, but I can't see 
any good reason for not making public in IntakeTool itself.

Attached is a patch to change this method's access modifier from protected to 
public.

Regards,

-- Rodney