This commit is contained in:
Jonathan Bernard 2016-12-17 21:47:22 -06:00
parent 4d89e45c7b
commit fc5f29eaed

View File

@ -16,7 +16,7 @@ public class Service implements Serializable {
Service that = (Service) thatObj
return (this.id == that.id &&
this.date == (that.locaDate) &&
this.date == (that.localDate) &&
this.serviceType == that.serviceType) }
public void setDate(Date date) { this.date = LocalDate.fromDateFields(date) }