It assumes the given SyndFeedImpl has no properties set.
@param feed real feed to copy/convert. @param syndFeed the SyndFeedImpl that will contain the copied/converted values of the real feed.
144145146147148149150151152153154
if (converter == null) { throw new IllegalArgumentException("Invalid feed type [" + _feedType + "]"); } converter.copyInto(feed, this); } } /** * @return Returns the id.