Skip to content

Commit

Permalink
hotfix: 레코드에서 Getter 어노테이션 사용으로 인한 에러
Browse files Browse the repository at this point in the history
  • Loading branch information
ori0o0p committed Aug 17, 2024
1 parent d6ab6c4 commit f3ed894
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,10 @@

import com.example.whopper.domain.library.domain.DocumentIndex;
import com.example.whopper.domain.library.domain.type.AccessRight;
import lombok.Getter;

import java.time.LocalDateTime;
import java.util.List;

@Getter
public record Library(
String id,
Integer year,
Expand Down

0 comments on commit f3ed894

Please sign in to comment.