Merge pull request #4954 from damoasda/FeedItem-description

Improve FeedItem class documentation
This commit is contained in:
ByteHamster 2021-02-23 10:01:24 +01:00 committed by GitHub
commit 353aeb5d8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ import de.danoeh.antennapod.core.storage.PodDBAdapter;
import de.danoeh.antennapod.core.util.ShownotesProvider; import de.danoeh.antennapod.core.util.ShownotesProvider;
/** /**
* Data Object for a XML message * Item (episode) within a feed.
* *
* @author daniel * @author daniel
*/ */