You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If anyone wants to extend your class, using private methods makes it very hard.
Your private methods should be protected methods. There's very little reason to
use 'private' in general.
Original issue reported on code.google.com by [email protected] on 11 Jul 2011 at 8:26
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 11 Jul 2011 at 8:26The text was updated successfully, but these errors were encountered: