Updated
This commit is contained in:
parent
06ef7cb118
commit
07ffe5ec37
|
@ -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() {
|
||||
|
||||
|
|
Loading…
Reference in New Issue