summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorseeto <65185819+peakvalleytech@users.noreply.github.com>2021-10-02 08:13:23 -0700
committerGitHub <noreply@github.com>2021-10-02 17:13:23 +0200
commitdab44b68436601f415edb095da605811e985eb00 (patch)
treec9d1326cd4cef86121c93c78328c606fcf6ff1dd /config
parent0a22e9fc3848a006247d1460c49e66e0c0e08a7c (diff)
downloadAntennaPod-dab44b68436601f415edb095da605811e985eb00.zip
Rename folder to tag (#5381)
Diffstat (limited to 'config')
-rw-r--r--config/spotbugs/exclude.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/spotbugs/exclude.xml b/config/spotbugs/exclude.xml
index 1f06877a6..97a7481f5 100644
--- a/config/spotbugs/exclude.xml
+++ b/config/spotbugs/exclude.xml
@@ -62,7 +62,7 @@
</Match>
<Match>
<Bug pattern="UUF_UNUSED_PUBLIC_OR_PROTECTED_FIELD"/>
- <Class name="de.danoeh.antennapod.core.storage.NavDrawerData$FolderDrawerItem"/>
+ <Class name="de.danoeh.antennapod.core.storage.NavDrawerData$TagDrawerItem"/>
</Match>
<Match>
<Bug pattern="UWF_UNWRITTEN_PUBLIC_OR_PROTECTED_FIELD"/>