Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
WeVisit
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
HealthTech
WeVisit
Commits
282a454d
Commit
282a454d
authored
May 22, 2020
by
Georgios Andreadis
Browse files
Options
Downloads
Plain Diff
Merge branch '269-investigate-lombok-warnings' into 'development'
Resolve "Investigate lombok warnings" Closes
#269
See merge request
!251
parents
e571dded
05b98aa2
No related branches found
No related tags found
1 merge request
!251
Resolve "Investigate lombok warnings"
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/main/java/nl/tudelft/ewi/walkytalky/dto/ScheduleDto.java
+2
-4
2 additions, 4 deletions
src/main/java/nl/tudelft/ewi/walkytalky/dto/ScheduleDto.java
src/main/java/nl/tudelft/ewi/walkytalky/dto/UnitPatchDto.java
+2
-4
2 additions, 4 deletions
...main/java/nl/tudelft/ewi/walkytalky/dto/UnitPatchDto.java
with
4 additions
and
8 deletions
src/main/java/nl/tudelft/ewi/walkytalky/dto/ScheduleDto.java
+
2
−
4
View file @
282a454d
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
src/main/java/nl/tudelft/ewi/walkytalky/dto/UnitPatchDto.java
+
2
−
4
View file @
282a454d
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment