fixed comment

git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/data-transfer/uri-resolver@148672 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Francesco Mangiacrapa 2017-05-15 13:02:01 +00:00
parent 62451f5516
commit 4126af6282
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ public class GeonetworkResolver extends HttpServlet{
timer.schedule(new TimerTask() {
@Override
public void run() {
logger.info("Resetting Geonetwork configuratios cache...");
logger.info("Resetting Geonetwork configuratiors cache...");
resetCacheServerParameters();
}
}, CACHE_RESET_DELAY, CACHE_RESET_TIME);