On Wed, Jun 18, 2008 at 3:47 PM, Cassie <[EMAIL PROTECTED]> wrote: > Nah - that's package protected. > So Dave, I just double checked, you can make all of the DataRequestHandlers > protected instead of package protected and everything should work dandily > for your sub class. protected will be better than public.
Yep, protected is better. Here's a patch: https://issues.apache.org/jira/browse/SHINDIG-394 - Dave

