[PATCH] unnecessary synchronized collections used only in thread safe way
-------------------------------------------------------------------------

                 Key: JCR-1371
                 URL: https://issues.apache.org/jira/browse/JCR-1371
             Project: Jackrabbit
          Issue Type: Improvement
          Components: jackrabbit-core
    Affects Versions: 1.4.1
            Reporter: Dave Brosius
            Priority: Minor
             Fix For: 1.4.1
         Attachments: local_synchronized_collections.patch

NodeTypeReader uses Vector in only a local variable thread safe way. Thus the 
synchronized value of Vector is not needed, and just slowing the code down for 
nothing. this patch switches the collections to ArrayLists.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to