updated comments
git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/data-transfer/uri-resolver@100657 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
862f54f4c2
commit
0ff364ed96
|
@ -59,8 +59,8 @@ public class GisResolver extends HttpServlet{
|
|||
/** The logger. */
|
||||
private static final Logger logger = LoggerFactory.getLogger(GisResolver.class);
|
||||
|
||||
protected Map<String, ServerParameters> cachedServerParams; //A cache scope - geonetwork parameters
|
||||
protected Map<String, String> cachedGisViewerApplHostname; //A cache scope - GisViewerApp hostname
|
||||
protected Map<String, ServerParameters> cachedServerParams; //A cache: scope - geonetwork parameters
|
||||
protected Map<String, String> cachedGisViewerApplHostname; //A cache: scope - GisViewerApp hostname
|
||||
|
||||
private Timer timer;
|
||||
private GisViewerAppGenericResourcePropertyReader gisViewerAppPropertyReader;
|
||||
|
|
Loading…
Reference in New Issue