Author: markt Date: Thu Feb 12 09:40:01 2015 New Revision: 1659182 URL: http://svn.apache.org/r1659182 Log: Update after refactoring
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=1659182&r1=1659181&r2=1659182&view=diff ============================================================================== --- tomcat/trunk/res/findbugs/filter-false-positives.xml (original) +++ tomcat/trunk/res/findbugs/filter-false-positives.xml Thu Feb 12 09:40:01 2015 @@ -448,7 +448,7 @@ <Match> <!-- Return value is ignored at this point but logic further up call --> <!-- stack will ensure that a SocketTimeoutException is thrown --> - <Class name="org.apache.tomcat.util.net.NioEndpoint$KeyAttachment"/> + <Class name="org.apache.tomcat.util.net.NioEndpoint$NioSocketWrapper"/> <Method name="awaitLatch"/> <Bug code="RV"/> </Match> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org