Skip to content

Commit

Permalink
Merge pull request #2 from ggamD00/ggamD00-patch-1
Browse files Browse the repository at this point in the history
Update CalendarDto.java
  • Loading branch information
ggamD00 authored Jul 24, 2024
2 parents 1154554 + 263bf8f commit c1b4dd7
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,14 @@
import lombok.Builder;
import lombok.EqualsAndHashCode;
import lombok.Getter;
import lombok.Setter;

import java.time.LocalDate;
import java.util.List;

public class CalendarDto {

@Setter
@Getter
@Builder
public static class CalendarMonthResponseDto {
Expand Down

0 comments on commit c1b4dd7

Please sign in to comment.