Moved zip-unspecific scatter/gather code to org.apache.commons.compress.parallel

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/compress/trunk@1654572 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/findbugs-exclude-filter.xml b/findbugs-exclude-filter.xml
index f70be02..7074237 100644
--- a/findbugs-exclude-filter.xml
+++ b/findbugs-exclude-filter.xml
@@ -160,7 +160,7 @@
   
   <!-- Reason: failure to delete a file that may not exist. And we really don't care that much either -->
   <Match>
-    <Class name="org.apache.commons.compress.archivers.zip.FileBasedScatterGatherBackingStore" />
+    <Class name="org.apache.commons.compress.parallel.FileBasedScatterGatherBackingStore" />
     <Method name="close" />
     <Bug pattern="RV_RETURN_VALUE_IGNORED_BAD_PRACTICE" />
   </Match>