Richard A. Sitze wrote: 
>
> Is the first unnecessary because of the implementation of saxFactory, 
> or because the spec was changed to mandate that it be thread-safe?

It is because the one reference to the private, static saxFactory object 
(beyond the class initialization which is guaranteed to be threadsafe by 
the language) is in a synchronized method.

- Sam Ruby

Reply via email to