From dc8c031cddd4fee288a80e264586afb9733bda26 Mon Sep 17 00:00:00 2001 From: "francesco.mangiacrapa" Date: Fri, 5 May 2023 17:19:17 +0200 Subject: [PATCH] changed comment --- .../geoportaldatamapper/Geoportal_JSON_Mapper.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/org/gcube/application/geoportaldatamapper/Geoportal_JSON_Mapper.java b/src/main/java/org/gcube/application/geoportaldatamapper/Geoportal_JSON_Mapper.java index e98fca8..2a93c55 100644 --- a/src/main/java/org/gcube/application/geoportaldatamapper/Geoportal_JSON_Mapper.java +++ b/src/main/java/org/gcube/application/geoportaldatamapper/Geoportal_JSON_Mapper.java @@ -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;