From 5bd0e00e795db894097982041a7c6582fef540f2 Mon Sep 17 00:00:00 2001 From: "francesco.mangiacrapa" Date: Thu, 20 Jun 2024 11:58:12 +0200 Subject: [PATCH] formatted --- .../application/cms/notifications/manage/NotifyToSocial.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notifications-plugins/src/main/java/org/gcube/application/cms/notifications/manage/NotifyToSocial.java b/notifications-plugins/src/main/java/org/gcube/application/cms/notifications/manage/NotifyToSocial.java index a698552..32037a5 100644 --- a/notifications-plugins/src/main/java/org/gcube/application/cms/notifications/manage/NotifyToSocial.java +++ b/notifications-plugins/src/main/java/org/gcube/application/cms/notifications/manage/NotifyToSocial.java @@ -133,7 +133,7 @@ public class NotifyToSocial { private String getPDFLinkRequest(ExportAsPDF exportAsPDF) { try { if(exportAsPDF!=null && exportAsPDF.getExport()) { - GeoportalExporterAPI geoportalExporterAPI = new GeoportalExporterAPI(); + GeoportalExporterAPI geoportalExporterAPI = new GeoportalExporterAPI(); String thePDFShortLink = geoportalExporterAPI.exportProject("pdf", itemObserved.getUCD_Id(), itemObserved.getProjectId(), false, true); nMPlaceholdersSUtil.getPlaceholderMapValues().putProjectAsPDFLink(thePDFShortLink); return thePDFShortLink;