[PATCH] remove needless synchronization
---------------------------------------
Key: XALANJ-2283
URL: http://issues.apache.org/jira/browse/XALANJ-2283
Project: XalanJ2
Type: Improvement
Versions: Latest Development Code
Reporter: Dave Brosius
Priority: Minor
Several places in the code uses synchronized collections for local variables
that are not exposed outside of the method in which they are declared. this is
just a waste. This code, changes these instances to use non-synchronized
collections.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]