aboutsummaryrefslogtreecommitdiffstats
path: root/main/project/findbugs
diff options
context:
space:
mode:
authorBananeweizen <bananeweizen@gmx.de>2013-12-08 20:04:38 +0100
committerBananeweizen <bananeweizen@gmx.de>2013-12-08 20:04:38 +0100
commitdd9cc5f5a0673213444da7d3f23a786c20ee3e1e (patch)
tree18d0b168390c8521018aff8887d1659278abb934 /main/project/findbugs
parent438682eef6e2e2875f4eb7775706078b7133c644 (diff)
downloadcgeo-dd9cc5f5a0673213444da7d3f23a786c20ee3e1e.zip
cgeo-dd9cc5f5a0673213444da7d3f23a786c20ee3e1e.tar.gz
cgeo-dd9cc5f5a0673213444da7d3f23a786c20ee3e1e.tar.bz2
fix findbugs exclusion file
Diffstat (limited to 'main/project/findbugs')
-rw-r--r--main/project/findbugs/exclusions.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/project/findbugs/exclusions.xml b/main/project/findbugs/exclusions.xml
index 9d44156..c3e6299 100644
--- a/main/project/findbugs/exclusions.xml
+++ b/main/project/findbugs/exclusions.xml
@@ -4,7 +4,7 @@
<Match>
<Or>
<Class name="~.*\.R\$.*"/>
- <Class name="~.*ViewHolder"
+ <Class name="~.*ViewHolder"/>
</Or>
</Match>