fixup
This commit is contained in:
parent
4d89e45c7b
commit
fc5f29eaed
@ -16,7 +16,7 @@ public class Service implements Serializable {
|
|||||||
Service that = (Service) thatObj
|
Service that = (Service) thatObj
|
||||||
|
|
||||||
return (this.id == that.id &&
|
return (this.id == that.id &&
|
||||||
this.date == (that.locaDate) &&
|
this.date == (that.localDate) &&
|
||||||
this.serviceType == that.serviceType) }
|
this.serviceType == that.serviceType) }
|
||||||
|
|
||||||
public void setDate(Date date) { this.date = LocalDate.fromDateFields(date) }
|
public void setDate(Date date) { this.date = LocalDate.fromDateFields(date) }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user