-
Notifications
You must be signed in to change notification settings - Fork 34
Replace Iterable by List #321
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
php-coder
added a commit
that referenced
this issue
Aug 1, 2016
Addressed to #321 No functional changes.
php-coder
added a commit
that referenced
this issue
Aug 2, 2016
Addressed to #321 No functional changes.
php-coder
added a commit
that referenced
this issue
Aug 2, 2016
Addressed to #321 No functional changes.
php-coder
added a commit
that referenced
this issue
Aug 2, 2016
Addressed to #321 No functional changes.
php-coder
added a commit
that referenced
this issue
Aug 3, 2016
Addressed to #321 No functional changes.
php-coder
added a commit
that referenced
this issue
Aug 3, 2016
Addressed to #321 No functional changes.
php-coder
added a commit
that referenced
this issue
Aug 4, 2016
Addressed to #321 No functional changes.
php-coder
added a commit
that referenced
this issue
Aug 4, 2016
Addressed to #321 No functional changes.
cssru
pushed a commit
to cssru/mystamps
that referenced
this issue
Aug 24, 2016
Addressed to php-coder#321 No functional changes.
cssru
pushed a commit
to cssru/mystamps
that referenced
this issue
Aug 24, 2016
Addressed to php-coder#321 No functional changes.
cssru
pushed a commit
to cssru/mystamps
that referenced
this issue
Aug 24, 2016
Addressed to php-coder#321 No functional changes.
cssru
pushed a commit
to cssru/mystamps
that referenced
this issue
Aug 24, 2016
Addressed to php-coder#321 No functional changes.
cssru
pushed a commit
to cssru/mystamps
that referenced
this issue
Aug 24, 2016
Addressed to php-coder#321 No functional changes.
cssru
pushed a commit
to cssru/mystamps
that referenced
this issue
Aug 24, 2016
Addressed to php-coder#321 No functional changes.
cssru
pushed a commit
to cssru/mystamps
that referenced
this issue
Aug 24, 2016
Addressed to php-coder#321 No functional changes.
cssru
pushed a commit
to cssru/mystamps
that referenced
this issue
Aug 24, 2016
Addressed to php-coder#321 No functional changes.
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
We should replace
Iterable<X>
byList<X>
:CategoryService.findAllAsSelectEntities()
(will be removed in Remove id from category URL #206)CategoryService.findAllAsLinkEntities()
CollectionService.findRecentlyCreated()
CountryService.findAllAsLinkEntities()
SeriesService.findByCategoryId()
SeriesService.findByCountryId()
SeriesService.findByCollectionId()
SeriesService.findRecentlyAdded()
SeriesService.findAllForSitemap()
The text was updated successfully, but these errors were encountered: