Skip to content

Commit

Permalink
chore: 배포 테스트를 위해 수정 중인 파일 무시 처리
Browse files Browse the repository at this point in the history
  • Loading branch information
zeze1004 committed Mar 28, 2024
1 parent b1c82b5 commit 7bba317
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/java/org/wedding/domain/CardBoard.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
import java.util.stream.Collectors;

public class CardBoard {
/*
private final LinkedHashMap<Integer, Card> cardList = new LinkedHashMap<>();
public void createCard() {
Expand Down Expand Up @@ -52,4 +53,6 @@ public String toString() {
}
""".formatted(cardList);
}
*/
}

0 comments on commit 7bba317

Please sign in to comment.