method name is wrong

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/compress/trunk@1554677 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/findbugs-exclude-filter.xml b/findbugs-exclude-filter.xml
index 731a65d..7c207b2 100644
--- a/findbugs-exclude-filter.xml
+++ b/findbugs-exclude-filter.xml
@@ -75,7 +75,7 @@
   <!-- Reason: exception in close swallowed in order to re-throw original in caller -->
   <Match>
     <Class name="org.apache.commons.compress.utils.IOUtils" />
-    <Method name="&lt;closeQuietly&gt;" />
+    <Method name="closeQuietly" />
     <Bug pattern="DE_MIGHT_IGNORE" />
   </Match>