Skip to content
Snippets Groups Projects

Resolve "As a developer I want all landmarks to be stored together"

1 unresolved thread
Files
2
@@ -27,6 +27,7 @@ public class Landmarks {
@@ -27,6 +27,7 @@ public class Landmarks {
private int landmarkID;
private int landmarkID;
@NotEmpty(message = "You must type in a username.")
@NotEmpty(message = "You must type in a username.")
private String landmarkName;
private String landmarkName;
 
@NotEmpty(message = "You must attach a contact address.") // Requires @NotEmpty for form validation
@Email(message = "You must attach a contact address.")
@Email(message = "You must attach a contact address.")
private String landmarkEmail;
private String landmarkEmail;
private String landmarkDescription;
private String landmarkDescription;
Loading