Skip to content

Commit

Permalink
fix: fix valiation
Browse files Browse the repository at this point in the history
  • Loading branch information
LimiteDiTempo committed Oct 2, 2024
1 parent 678a195 commit f2fa30c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
package com.dear.domain.matching.dto.request;

import jakarta.validation.constraints.NotEmpty;
import jakarta.validation.constraints.NotNull;
import lombok.Getter;
import lombok.Setter;

@Getter
@Setter
public class MatchingRequest{
@NotEmpty
@NotNull
private Long subjectId;

}

0 comments on commit f2fa30c

Please sign in to comment.