This commit is contained in:
Francesco Mangiacrapa 2022-10-11 09:47:12 +02:00
parent 06ef7cb118
commit 07ffe5ec37
1 changed files with 2 additions and 2 deletions

View File

@ -16,8 +16,8 @@ public class ProjectView implements Serializable {
//The DocumentDV (contained in the ProjectDV) is listed in SectionView
private List<SectionView> listSections = new ArrayList<SectionView>();
private long centroidLong;
private long centroidLat;
private Long centroidLong;
private Long centroidLat;
public ProjectView() {