Skip to content
Snippets Groups Projects
Commit 05b98aa2 authored by Cédric Willekens's avatar Cédric Willekens
Browse files

Add equalandhashcode lombok annotation to scheduledto and unitpatchdto

parent e571dded
No related branches found
No related tags found
1 merge request!251Resolve "Investigate lombok warnings"
......@@ -23,15 +23,13 @@ import java.time.LocalDateTime;
import javax.validation.constraints.NotNull;
import lombok.AllArgsConstructor;
import lombok.Builder;
import lombok.Data;
import lombok.NoArgsConstructor;
import lombok.*;
import nl.tudelft.ewi.walkytalky.model.Schedule;
import nl.tudelft.ewi.walkytalky.validator.ValidScheduleDto;
import org.springframework.format.annotation.DateTimeFormat;
@EqualsAndHashCode(callSuper = true)
@ValidScheduleDto
@Data
@Builder
......
......@@ -21,13 +21,11 @@ package nl.tudelft.ewi.walkytalky.dto;
import java.util.List;
import lombok.AllArgsConstructor;
import lombok.Builder;
import lombok.Data;
import lombok.NoArgsConstructor;
import lombok.*;
import nl.tudelft.ewi.walkytalky.model.Patient;
import nl.tudelft.ewi.walkytalky.model.Unit;
@EqualsAndHashCode(callSuper = true)
@Data
@Builder
@AllArgsConstructor
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment