From e338c10f9f46312326206d7f6900a44f6f36e50d Mon Sep 17 00:00:00 2001 From: Violeta Georgieva Georgieva Date: Wed, 25 Nov 2015 21:15:11 +0000 Subject: [PATCH] Merged revision 1716543 from tomcat/trunk: checkstyle police git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc7.0.x/trunk@1716545 13f79535-47bb-0310-9956-ffa450edef68 --- webapps/docs/changelog.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml index c828590c7a21..1cbe40c54401 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -517,7 +517,7 @@ 58192: Correct a regression in the previous fix for 58023. Ensure that classes are associated with their manifest even if the class file is first read (and cached) without the manifest. - (markt) + (markt) Fix thread safety issue in the AsyncContext implementation