Author: markt
Date: Wed Mar 5 14:23:42 2014
New Revision: 1574503
URL: http://svn.apache.org/r1574503
Log:
Add FindBugs fixes to change log
Modified:
tomcat/trunk/webapps/docs/changelog.xml
Modified: tomcat/trunk/webapps/docs/changelog.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/changelog.xml?rev=1574503&r1=1574502&r2=1574503&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/changelog.xml (original)
+++ tomcat/trunk/webapps/docs/changelog.xml Wed Mar 5 14:23:42 2014
@@ -78,6 +78,9 @@
Avoid <code>NullPointerException</code> in resource cache when making
an
invalid request for a resource outside of the web application. (markt)
</fix>
+ <fix>
+ Remove an unnecessary null check identified by FindBugs. (markt)
+ </fix>
</changelog>
</subsection>
<subsection name="Coyote">
@@ -108,6 +111,9 @@
with a tag library JAR that is located outside of the web application.
(markt)
</fix>
+ <fix>
+ Remove an unnecessary null check identified by FindBugs. (markt)
+ </fix>
</changelog>
</subsection>
<subsection name="WebSocket">
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]