You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We currently use both, Apache commons collections and Google guava. Google guava is seen as the replacement of commons collections.
At the moment, only a single class, namely, LRUMap is used from the commons collections package. This should be replaced with the corresponding Google guava Cache.
This is a good start for someone who wants to start helping JabRef! :)
The text was updated successfully, but these errors were encountered:
We currently use both, Apache commons collections and Google guava. Google guava is seen as the replacement of commons collections.
At the moment, only a single class, namely, LRUMap is used from the commons collections package. This should be replaced with the corresponding Google guava Cache.
This is a good start for someone who wants to start helping JabRef! :)
The text was updated successfully, but these errors were encountered: