export_to_pdf #8

Merged
francesco.mangiacrapa merged 84 commits from export_to_pdf into master 2024-06-28 15:17:39 +02:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit a2216d237d - Show all commits

View File

@ -4,7 +4,7 @@ import org.gcube.application.geoportaldatamapper.shared.FileReference;
public class FetchPDF {
private final int MAX_RETRY = 20;
private final int MAX_RETRY = 60;
private FileReference fileRef;
private String code;