Hi Andrew,

> public final class StringBuilder
> +  extends AbstractStringBuffer
StringBuffer and StringBuilder have Object as their superclass. I think
we are not allowed to break that. If so you should change your
implementation to follow a delegation pattern and make as many methods
'final' as possible. :)

Regards
Robert

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to