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
A bunch of methods and classes (such as Wedge.addChildren(XmlResourceParser) and ContributorWedge.ViewHolder) are inaccessible from external classes/packages, making subwedging virtually impossible - even reflection doesn't work in some cases. This must be chaaaaaaaaaaaaanged.
The text was updated successfully, but these errors were encountered:
Just so I don't forget, I would want to make these methods/fields protected. I forget what that word means sometimes. It's not like I actually write java or anything.
A bunch of methods and classes (such as
Wedge.addChildren(XmlResourceParser)
andContributorWedge.ViewHolder
) are inaccessible from external classes/packages, making subwedging virtually impossible - even reflection doesn't work in some cases. This must be chaaaaaaaaaaaaanged.The text was updated successfully, but these errors were encountered: