Skip to content

Commit

Permalink
Merge pull request #21 from TravelMate-KU/feat/requests
Browse files Browse the repository at this point in the history
fix: delete annotations in record class
  • Loading branch information
jaeuk520 authored Mar 3, 2024
2 parents 228a421 + 98d2eb1 commit e6ad1e2
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@

import java.sql.Timestamp;

@Getter
@AllArgsConstructor
public record RequestsResponse(String disabledName, TravelType requestsType, String courseName, Timestamp startTime, Timestamp endTime) {

}

0 comments on commit e6ad1e2

Please sign in to comment.