> That should not cause any real backwards compat problems, right?
It would, actually. If you change method signature from protected to
public, most of your code wont even compile, as all the implementation
are protected, which would reduce visibility.

Of course. What was I thinking :) We could do it for 1.3 then.

Eelco

Reply via email to