Skip to content

Commit

Permalink
refactor: @AllArgsConstructor 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
jaeuk520 committed Mar 30, 2024
1 parent 4211fc6 commit 785eec3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/konkuk/travelmate/domain/Matching.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
@Entity
@Getter
@NoArgsConstructor(access = AccessLevel.PROTECTED)
@AllArgsConstructor
public class Matching {

@Id
Expand Down

0 comments on commit 785eec3

Please sign in to comment.