Updated comment

This commit is contained in:
Francesco Mangiacrapa 2023-03-28 12:27:02 +02:00
parent 40e13d9c81
commit ca398b5f82
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -66,7 +66,7 @@ public class GeoportalResolver {
private static String helpURI = "https://wiki.gcube-system.org/gcube/URI_Resolver#Geoportal_Resolver"; 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 * @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(); String originalScope = ScopeProvider.instance.get();
GeoportalDataViewerConfigProfileReader reader; GeoportalDataViewerConfigProfileReader reader;