synchronoss / cpo-api

Class Persistence Object (CPO) Application Programming Interface (API).
GNU Lesser General Public License v2.1
3 stars 3 forks source link

changed how loadAdapters works #33

Closed berryware closed 8 years ago

berryware commented 8 years ago

Made loadAdapters synchronized so that the adapter cache is not corrupted. Moved the clearing of the cache to a point after it is determined that a valid config file was sent in.

berryware commented 8 years ago

fixes #34