changed comment

This commit is contained in:
Francesco Mangiacrapa 2023-05-05 17:19:17 +02:00
parent 0969af4f3d
commit dc8c031cdd
1 changed files with 2 additions and 2 deletions

View File

@ -426,7 +426,7 @@ public class Geoportal_JSON_Mapper {
.get(scope);
// NO UCD defined, applying default
//Never checked. It coluld be buggy
//Never checked. It could be buggy
if (linkedMap_UCDId_gCubeProfiles.size() == 0) {
LOG.warn("No " + GEOPORTAL_CONFIGURATION_TYPE.gcube_profiles + " found in the UCD");
LOG.info("Applying default business logic to display the project");
@ -1131,7 +1131,7 @@ public class Geoportal_JSON_Mapper {
System.out.println("***** Metadata");
// System.out.println(mfw);
System.out.println("\tfieldId: " + fieldWrapper.getFieldId() + ", fieldName: "
+ fieldWrapper.getFieldName() + ", CurrentValue: " + fieldWrapper.getCurrentValues());
+ fieldWrapper.getFieldName() + ", CurrentValues: " + fieldWrapper.getCurrentValues());
i++;
}
i = 1;