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:
parent
62451f5516
commit
4126af6282
|
@ -99,7 +99,7 @@ public class GeonetworkResolver extends HttpServlet{
|
||||||
timer.schedule(new TimerTask() {
|
timer.schedule(new TimerTask() {
|
||||||
@Override
|
@Override
|
||||||
public void run() {
|
public void run() {
|
||||||
logger.info("Resetting Geonetwork configuratios cache...");
|
logger.info("Resetting Geonetwork configuratiors cache...");
|
||||||
resetCacheServerParameters();
|
resetCacheServerParameters();
|
||||||
}
|
}
|
||||||
}, CACHE_RESET_DELAY, CACHE_RESET_TIME);
|
}, CACHE_RESET_DELAY, CACHE_RESET_TIME);
|
||||||
|
|
Loading…
Reference in New Issue