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
categoriesWithPublicLibraries is a field on Package (and nothing else), returning Iterable<LibraryContainer>. LibraryContainer has no such field, categoryLabel. The only class which has such a field is the Category class, which implements LibraryContainer.