diff options
author | seeto <65185819+peakvalleytech@users.noreply.github.com> | 2021-10-02 08:13:23 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-02 17:13:23 +0200 |
commit | dab44b68436601f415edb095da605811e985eb00 (patch) | |
tree | c9d1326cd4cef86121c93c78328c606fcf6ff1dd /config | |
parent | 0a22e9fc3848a006247d1460c49e66e0c0e08a7c (diff) | |
download | AntennaPod-dab44b68436601f415edb095da605811e985eb00.zip |
Rename folder to tag (#5381)
Diffstat (limited to 'config')
-rw-r--r-- | config/spotbugs/exclude.xml | 2 |
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"/> |