Lock should be a properly interned string
By using a concatination of an interned string with another string, the resulting string will not be interned itself - making for non-functional lock.
Showing
Please register or sign in to comment