Skip to content

Commit

Permalink
Update and rename GetEnvMissionById.kt to GetEnvMissionById2.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
xtiannyeto authored Jan 9, 2025
1 parent 24546ec commit 8298aa9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import org.slf4j.LoggerFactory
import org.springframework.cache.annotation.Cacheable

@UseCase
class GetEnvMissionById(
class GetEnvMissionById2(
private val monitorEnvApiRepo: IEnvMissionRepository
) {
private val logger = LoggerFactory.getLogger(GetEnvMissionById::class.java)
Expand Down

0 comments on commit 8298aa9

Please sign in to comment.