mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
rest method for merging feeds
This commit is contained in:
@@ -39,7 +39,7 @@ public class FeedService {
|
||||
return feed;
|
||||
}
|
||||
|
||||
public void mergeFeeds(Feed into, Feed... feeds) {
|
||||
public void mergeFeeds(Feed into, List<Feed> feeds) {
|
||||
for (Feed feed : feeds) {
|
||||
if (into.getId().equals(feed.getId())) {
|
||||
continue;
|
||||
|
||||
Reference in New Issue
Block a user