Updated comment

task_24792
parent 40e13d9c81
commit ca398b5f82

@ -6,7 +6,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
## [v2.9.0-SNAPSHOT]
- GeoPortalResolver implemented [#24792]
- GeoPortal-Resolver implemented [#24792]
## [v2.8.1] - 2022-06-13

@ -66,7 +66,7 @@ public class GeoportalResolver {
private static String helpURI = "https://wiki.gcube-system.org/gcube/URI_Resolver#Geoportal_Resolver";
/**
* The Enum RESOLVE_AS.
* The Enum RESOLVE_AS_PARAMETER.
*
* @author Francesco Mangiacrapa at ISTI-CNR francesco.mangiacrapa@isti.cnr.it
*
@ -320,7 +320,7 @@ public class GeoportalResolver {
}
}
LOG.info("Found RESOLVE_AS: " + resolveAs);
LOG.info("Found RESOLVE_AS_PARAMETER: " + resolveAs);
String originalScope = ScopeProvider.instance.get();
GeoportalDataViewerConfigProfileReader reader;

Loading…
Cancel
Save