Konstantin Kolinko wrote:
> 2009/11/19  <[email protected]>:
>> 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

Thanks - I'll fix that.

Mark

> 
> You meant
> 
>> +        if (initialContext == null) {
>> +            synchronized(this) {
>> +                if (initialContext == null) {
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
> 




---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to