diff options
| author | Andrew Dolgov <fox@fakecake.org> | 2025-05-16 08:19:40 +0300 |
|---|---|---|
| committer | Andrew Dolgov <fox@fakecake.org> | 2025-05-16 08:19:40 +0300 |
| commit | 0cb76d17e78c6c7c42790c229bc08dbc95dcfe0e (patch) | |
| tree | 84c87893872cd75b65b4ffc0a995f472c60eb1f9 /org.fox.ttrss/src | |
| parent | 0c2bb079818b80f95f379ef5fefcd07e5e9265ba (diff) | |
bump feedcategory class as deprecated
Diffstat (limited to 'org.fox.ttrss/src')
| -rw-r--r-- | org.fox.ttrss/src/main/java/org/fox/ttrss/types/FeedCategory.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/org.fox.ttrss/src/main/java/org/fox/ttrss/types/FeedCategory.java b/org.fox.ttrss/src/main/java/org/fox/ttrss/types/FeedCategory.java index c8193f94..e9b4b489 100644 --- a/org.fox.ttrss/src/main/java/org/fox/ttrss/types/FeedCategory.java +++ b/org.fox.ttrss/src/main/java/org/fox/ttrss/types/FeedCategory.java @@ -3,6 +3,7 @@ package org.fox.ttrss.types; import android.os.Parcel; import android.os.Parcelable; +@Deprecated public class FeedCategory implements Parcelable { public int id; public String title; |