Skip to content
This repository has been archived by the owner on Nov 18, 2021. It is now read-only.

Commit

Permalink
DSpace#212 apply changes w.r.t. issue D4CRIS-1117 from upstrem repo
Browse files Browse the repository at this point in the history
  • Loading branch information
saschaszott committed Nov 1, 2021
1 parent 7b910f9 commit 93d9772
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -981,7 +981,7 @@ public void clearCache()
}
}

public <T extends Serializable, PK extends Serializable> void putToCache(Class<T> model,
public synchronized <T extends Serializable, PK extends Serializable> void putToCache(Class<T> model,
T object, PK objectId)
{
if (object == null) {
Expand Down

0 comments on commit 93d9772

Please sign in to comment.