https://bz.apache.org/bugzilla/show_bug.cgi?id=56438

--- Comment #15 from Mark Thomas <ma...@apache.org> ---
I've applied the 9.0.x patch with some minor tweaks. Many thanks.
For reference, the minor tweaks were:
- removed trailing whitespace from one line to keep checkstyle happy
- made spacing around if/else blocks consistent with the rest of the code
- changed "if(!x){foo()}else{bar()}" to "if(x){bar()}else{foo()}"

I'll take a look at the 8.0.x patch next.

-- 
You are receiving this mail because:
You are the assignee for the bug.

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

Reply via email to