fixed typo
This commit is contained in:
parent
3440ab42d6
commit
eb56afabd6
|
@ -152,9 +152,6 @@
|
||||||
<dependent-module archiveName="uri-resolver-manager-1.8.0-SNAPSHOT.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/uri-resolver-manager/uri-resolver-manager">
|
<dependent-module archiveName="uri-resolver-manager-1.8.0-SNAPSHOT.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/uri-resolver-manager/uri-resolver-manager">
|
||||||
<dependency-type>uses</dependency-type>
|
<dependency-type>uses</dependency-type>
|
||||||
</dependent-module>
|
</dependent-module>
|
||||||
<dependent-module archiveName="geoportal-data-mapper-1.1.0-SNAPSHOT.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/geoportal-data-mapper/geoportal-data-mapper">
|
|
||||||
<dependency-type>uses</dependency-type>
|
|
||||||
</dependent-module>
|
|
||||||
<dependent-module archiveName="geoportal-data-common-2.4.0-SNAPSHOT.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/geoportal-data-common/geoportal-data-common">
|
<dependent-module archiveName="geoportal-data-common-2.4.0-SNAPSHOT.jar" deploy-path="/WEB-INF/lib" handle="module:/resource/geoportal-data-common/geoportal-data-common">
|
||||||
<dependency-type>uses</dependency-type>
|
<dependency-type>uses</dependency-type>
|
||||||
</dependent-module>
|
</dependent-module>
|
||||||
|
|
|
@ -247,7 +247,7 @@ public class CatalogueResolver {
|
||||||
scopeBean = LoadingMapOfScopeCache.get(scopeName);
|
scopeBean = LoadingMapOfScopeCache.get(scopeName);
|
||||||
} catch (ExecutionException | InvalidCacheLoadException e) {
|
} catch (ExecutionException | InvalidCacheLoadException e) {
|
||||||
logger.error(
|
logger.error(
|
||||||
"Error on getting the fullscope from cache for scopeName {}. Tryng to load it from DetachedRE",
|
"Error on getting the fullscope from cache for scopeName {}. Trying to load it from DetachedRE",
|
||||||
scopeName);
|
scopeName);
|
||||||
|
|
||||||
boolean isScopeDetached = false;
|
boolean isScopeDetached = false;
|
||||||
|
|
|
@ -337,7 +337,7 @@ public class GeoportalExporter {
|
||||||
messagge = "Attempt #" + attempt;
|
messagge = "Attempt #" + attempt;
|
||||||
} else {
|
} else {
|
||||||
state = "ERROR";
|
state = "ERROR";
|
||||||
messagge = "Sorry, an error occurred tryng to create the PDF. Max retries reached";
|
messagge = "Sorry, an error occurred trying to create the PDF. Max retries reached";
|
||||||
theJson.setState(state);
|
theJson.setState(state);
|
||||||
}
|
}
|
||||||
// updating map status
|
// updating map status
|
||||||
|
|
Loading…
Reference in New Issue