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
We need a list of downloadable items when calculating the sizes of the items stored in a container resource. Today we do it manually based on the type:
We need a list of downloadable items when calculating the sizes of the items stored in a container resource. Today we do it manually based on the type:
@jzacsh proposed to replace it with a generic approach. I like this idea, but we need to settle on the implementation.
So far I see a few options:
List<DownloadableItem> getDownloadableItems() { return ImmutableList.of(); }
toContainerResource
;ContainerResourceWithDownloadableItems
) with the same method signature but no default implementation;cc @wmorland
The text was updated successfully, but these errors were encountered: