Commit f396740a authored by Andy Wilkinson's avatar Andy Wilkinson

Rename Micrometer Clock bean: clock -> micrometerClock

Closes gh-10436
parent 0e2d34cd
...@@ -45,7 +45,7 @@ public class SimpleExportConfiguration { ...@@ -45,7 +45,7 @@ public class SimpleExportConfiguration {
@Bean @Bean
@ConditionalOnMissingBean @ConditionalOnMissingBean
public Clock clock() { public Clock micrometerClock() {
return Clock.SYSTEM; return Clock.SYSTEM;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment