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
|
//The DocumentDV (contained in the ProjectDV) is listed in SectionView
|
||||||
private List<SectionView> listSections = new ArrayList<SectionView>();
|
private List<SectionView> listSections = new ArrayList<SectionView>();
|
||||||
|
|
||||||
private long centroidLong;
|
private Long centroidLong;
|
||||||
private long centroidLat;
|
private Long centroidLat;
|
||||||
|
|
||||||
public ProjectView() {
|
public ProjectView() {
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue