Skip to content

Commit

Permalink
[CHORE/#233] 불필요한 코드 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
leeeyubin committed Sep 11, 2024
1 parent 9d7b737 commit 8b1bd6e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions core/src/main/java/com/terning/core/type/Grade.kt
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,5 @@ enum class Grade(
"senior" -> SENIOR
else -> FRESHMAN
}

fun toIndex(grade: Grade): Int =
Grade.entries.indexOf(grade)
}
}
3 changes: 0 additions & 3 deletions core/src/main/java/com/terning/core/type/WorkingPeriod.kt
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,5 @@ enum class WorkingPeriod(
"long" -> LONG
else -> SHORT
}

fun toIndex(workingPeriod: WorkingPeriod): Int =
WorkingPeriod.entries.indexOf(workingPeriod)
}
}

0 comments on commit 8b1bd6e

Please sign in to comment.