2009/11/19  <ma...@apache.org>:
> Author: markt
> Date: Wed Nov 18 23:54:24 2009
> New Revision: 882008
>
> +        // If the thread is not bound, return a shared writable context
> +        if (initialContext == null) {
> +            if (initialContext == null) {
> +                synchronized(this) {

twice the same condition

You meant

> +        if (initialContext == null) {
> +            synchronized(this) {
> +                if (initialContext == null) {

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

Reply via email to