diff options
author | ByteHamster <info@bytehamster.com> | 2021-04-22 23:17:11 +0200 |
---|---|---|
committer | ByteHamster <info@bytehamster.com> | 2021-04-22 23:17:11 +0200 |
commit | ba66ae76337133d92963fbf9c8ead27ee81ef148 (patch) | |
tree | fd08fbf6c70d43a39130a988deac97f80589cff3 /config | |
parent | 2a47f49fde3327ee3a1b3c2d66b2c950cda7e14e (diff) | |
download | AntennaPod-ba66ae76337133d92963fbf9c8ead27ee81ef148.zip |
Moved model to its own module
Diffstat (limited to 'config')
-rw-r--r-- | config/spotbugs/exclude.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/spotbugs/exclude.xml b/config/spotbugs/exclude.xml index c5ea5bdcf..54af117c1 100644 --- a/config/spotbugs/exclude.xml +++ b/config/spotbugs/exclude.xml @@ -38,11 +38,11 @@ </Match> <Match> <Bug pattern="NP_NULL_ON_SOME_PATH"/> - <Class name="de.danoeh.antennapod.core.feed.FeedMedia"/> + <Class name="de.danoeh.antennapod.model.feed.FeedMedia"/> </Match> <Match> <Bug pattern="NP_NULL_PARAM_DEREF"/> - <Class name="de.danoeh.antennapod.core.feed.FeedMedia"/> + <Class name="de.danoeh.antennapod.model.feed.FeedMedia"/> </Match> <Match> <Bug pattern="RV_RETURN_VALUE_IGNORED_BAD_PRACTICE"/> |