Costantino Perciante 2016-07-04 14:13:51 +00:00
parent 6f355ecc46
commit 9f7162d05a
1 changed files with 3 additions and 1 deletions

View File

@ -89,8 +89,10 @@ public class CKANPublisherServicesImpl extends RemoteServiceServlet implements C
}catch(Exception e){
logger.error("Unable to retrieve ckan utils", e);
}
}else
}else{
instance = (CKanUtils)httpSession.getAttribute(keyForScope);
logger.debug("Ckan utils object was into session");
}
return instance;