Skip to content

Commit

Permalink
refactor: 빌더 접근제한자 private으로 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
JiHyeonL committed Aug 4, 2024
1 parent ab5133e commit c4c93f9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public OpenGraph() {
}

@Builder
public OpenGraph(final String headTitle,
private OpenGraph(final String headTitle,
final String openGraphTitle,
final String description,
final String image
Expand Down

0 comments on commit c4c93f9

Please sign in to comment.