Skip to content

Commit

Permalink
[step2] refactor: MineTotal을 value class 로 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
bong6981 committed Dec 31, 2023
1 parent e352119 commit 252a6d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/kotlin/minesweeper/domain/board/MineTotal.kt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package minesweeper.domain.board

data class MineTotal(
@JvmInline
value class MineTotal(
val value: Int
) {
init {
Expand Down

0 comments on commit 252a6d4

Please sign in to comment.