Author: markt
Date: Tue Nov 20 09:09:24 2012
New Revision: 1411597

URL: http://svn.apache.org/viewvc?rev=1411597&view=rev
Log:
Silence a FindBugs false positive

Modified:
    tomcat/trunk/res/findbugs/filter-false-positives.xml

Modified: tomcat/trunk/res/findbugs/filter-false-positives.xml
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/res/findbugs/filter-false-positives.xml?rev=1411597&r1=1411596&r2=1411597&view=diff
==============================================================================
--- tomcat/trunk/res/findbugs/filter-false-positives.xml (original)
+++ tomcat/trunk/res/findbugs/filter-false-positives.xml Tue Nov 20 09:09:24 
2012
@@ -303,6 +303,12 @@
   </Match>
   <Match>
     <!-- Object is only ever set to null, sync therefore is still valid -->
+    <Class name="org.apache.tomcat.util.net.AprEndpoint$SocketProcessor"/>
+    <Method name="run"/>
+    <Bug code="ML"/>
+  </Match>
+  <Match>
+    <!-- Object is only ever set to null, sync therefore is still valid -->
     <Class name="org.apache.tomcat.util.net.NioEndpoint$SocketProcessor"/>
     <Method name="run"/>
     <Bug code="ML"/>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to