summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorByteHamster <ByteHamster@users.noreply.github.com>2024-03-29 21:05:02 +0100
committerGitHub <noreply@github.com>2024-03-29 21:05:02 +0100
commit8accb546850e5d66aaab310c4cd4a528c058386e (patch)
treecc6ea8bd7304db5d2dae0467bae04d491137cef2 /config
parent2fd73b148d012fba7308c86494689103b8aaace4 (diff)
downloadAntennaPod-8accb546850e5d66aaab310c4cd4a528c058386e.zip
Move playback service to module (#7042)
Diffstat (limited to 'config')
-rw-r--r--config/spotbugs/exclude.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/spotbugs/exclude.xml b/config/spotbugs/exclude.xml
index e4902dc1b..5eedd1775 100644
--- a/config/spotbugs/exclude.xml
+++ b/config/spotbugs/exclude.xml
@@ -30,7 +30,7 @@
</Match>
<Match>
<Bug pattern="MS_CANNOT_BE_FINAL"/>
- <Class name="de.danoeh.antennapod.core.service.playback.PlaybackService"/>
+ <Class name="de.danoeh.antennapod.playback.service.PlaybackService"/>
</Match>
<Match>
<Bug pattern="MS_MUTABLE_ARRAY"/>
@@ -62,7 +62,7 @@
</Match>
<Match>
<Bug pattern="ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD"/>
- <Class name="de.danoeh.antennapod.core.service.playback.PlaybackService"/>
+ <Class name="de.danoeh.antennapod.playback.service.PlaybackService"/>
</Match>
<Match>
<Bug pattern="ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD"/>