diff --git a/src/main/java/org/gcube/portlets/user/uriresolvermanager/UriResolverManager.java b/src/main/java/org/gcube/portlets/user/uriresolvermanager/UriResolverManager.java index 87a5bdb..e2390b0 100644 --- a/src/main/java/org/gcube/portlets/user/uriresolvermanager/UriResolverManager.java +++ b/src/main/java/org/gcube/portlets/user/uriresolvermanager/UriResolverManager.java @@ -29,9 +29,13 @@ public class UriResolverManager { /** - * + * Time to reload Runtime Resource Configuration */ public static int RESET_DELAY = 10*60*1000; //10 MINUTES + + /** + * Time to reload Runtime Resource Configuration + */ public static int RESET_TIME = RESET_DELAY; //10 MINUTES private UriResolverMapReader uriResolverMapReader;