Skip to content

Commit

Permalink
Rename timed aspect
Browse files Browse the repository at this point in the history
  • Loading branch information
enstulen committed Dec 5, 2023
1 parent e22de92 commit 1e48c29
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import org.springframework.context.annotation.EnableAspectJAutoProxy
@ConfigurationPropertiesScan
class CoreConfig {
@Bean
fun timedAspect(meterRegistry: MeterRegistry): DokTimedAspect {
fun dokTimedAspect(meterRegistry: MeterRegistry): DokTimedAspect {
return DokTimedAspect(meterRegistry)
}
}

0 comments on commit 1e48c29

Please sign in to comment.