Skip to content

Commit

Permalink
Merge pull request #181 from swm-nodriversomabus/BUS-209-MVP1-bugfix
Browse files Browse the repository at this point in the history
fix(BE): UUID 어노테이션 오류 해결 BUS-209-MVP1-bugfix
  • Loading branch information
Lemonade255 authored Nov 8, 2023
2 parents a08ceb7 + c856066 commit e8fa977
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/main/java/com/example/api/matching/dto/LikeDto.java
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
@AllArgsConstructor
public class LikeDto {
@NotNull
@org.hibernate.validator.constraints.UUID
private UUID userid;

@NotNull
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
@NoArgsConstructor
@AllArgsConstructor
public class SaveMatchingApplicationDto {
@org.hibernate.validator.constraints.UUID
private UUID userId;

@NotNull
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
@AllArgsConstructor
public class UserPreferenceDto {
@NotNull
@org.hibernate.validator.constraints.UUID
private UUID userId;

@NotNull
Expand Down

0 comments on commit e8fa977

Please sign in to comment.