Files
samskivert/projects
mdb f1d62ace67 Made Operation public because otherwise I can't do something like this:
public FooRepository
    extends SimpleRepository implements SimpleRepository.Operation
{
}

which seems wacky to me but I can see how we may not have entered the
protected namespace of the extended class while we're processing our
interface implementation declarations. Seems a bit like a bug though.


git-svn-id: https://samskivert.googlecode.com/svn/trunk@408 6335cc39-0255-0410-8fd6-9bcaacd3b74c
2001-11-01 02:08:17 +00:00
..