news
from the feed if such news exists in the feed. Otherwise, the method does nothing. In general, it's not necessary to use this. Instead, the state of the news should be changed to DELETED
and they will be removed as part of mergeAndCleanUp
.
@param news to delete.
@return true
if feed contained the given news.
@see INews.State#DELETED
news
from the feed if such news exists in the feed. Otherwise, the method does nothing. In general, it's not necessary to use this. Instead, the state of the news should be changed to DELETED
and they will be removed as part of mergeAndCleanUp
.
@param news to delete.
@return true
if feed contained the given news.
@see INews#setState(org.rssowl.core.persist.INews.State)
@see INews.State#DELETED
|
|
|
|
|
|
|
|