Removed uneeded whitespaces

This commit is contained in:
Luca Frosini 2020-11-04 19:26:55 +01:00
parent eda8d0f4d2
commit 663bfd5eeb
1 changed files with 0 additions and 2 deletions

View File

@ -83,10 +83,8 @@ public class ContextCache {
public void refreshContextsIfNeeded() throws ResourceRegistryException {
Calendar now = Calendar.getInstance();
if(now.after(expiringTime) || (contexts==null && contextCacheRenewal!=null)) {
try {
List<Context> contexts = contextCacheRenewal.renew();
singleton.cleanCache(now);
setContexts(contexts);