Skip to content

Commit

Permalink
Update GetEnvMissionById2.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
xtiannyeto authored Jan 9, 2025
1 parent cbd49e2 commit d2a38cd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import org.springframework.cache.annotation.Cacheable
class GetEnvMissionById2(
private val monitorEnvApiRepo: IEnvMissionRepository
) {
private val logger = LoggerFactory.getLogger(GetEnvMissionById::class.java)
private val logger = LoggerFactory.getLogger(GetEnvMissionById2::class.java)

@Cacheable(value = ["envMission"], key = "#missionId")
fun execute(missionId: Int?): MissionEntity? {
Expand Down

0 comments on commit d2a38cd

Please sign in to comment.