Community
Participate
Working Groups
In the changes for bug 340935 in v1.11 of the file, a line of code was deleted in the compute() method, making the synchronization block obsolete. Now the code looks like this... public void compute() { synchronized (XPATH_LOCK) { } /* Other code not copied for brevity */ }