eclipse-lemminx / lemminx

XML Language Server
Eclipse Public License 2.0
272 stars 93 forks source link

Make CacheResourcesManager Constructor used for test package protected #1702

Closed laeubi closed 1 week ago

laeubi commented 1 week ago

It looks like the CacheResourcesManager(Cache cache) constructor is oly used for test, so this is made package protected now.

This has the advantage that there is no public reference to google Cache API making it an internal implementation detail that can easily be exchanged (or embedded).

angelozerr commented 1 week ago

Thanks @laeubi !