Brian Jones wrote:
>
> Problems compiling java.util.AbstractList
Could you be more specific? This class is one of mine, so I'd like to
know what's wrong with it.
> Problems compiling java.util.Collections or UnmodifiableCollection
> doesn't implement everything in the interfaces it implements from.
Ooooops - this is my fault. I accidentally committed some changes that
weren't ready to be committed yet (I forgot to specify the files I
wanted to commit, so it committed everything I'd changed), and couldn't
figure out how to back out the commit. I thought about whether there
were consequences to this, and couldn't think of any, so I didn't worry
about it at the time. But now that someone has pointed out the problem
-- the solution is simply to revert to the version of
java.util.Collections prior to the most recent commit.
I've now finished making the changes that I was part-way through making,
except for documentation of them. If people want, as soon as I get home
tonight, I can commit these changes undocumented, which should also fix
the compile problem.
Sorry!
Stuart.