Skip to content

Commit

Permalink
Fix a typo in autoconfigure-spi module.
Browse files Browse the repository at this point in the history
  • Loading branch information
chukunx committed Apr 27, 2023
1 parent c31314c commit bd52d5e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ default AutoConfigurationCustomizer addMetricExporterCustomizer(
*/
default AutoConfigurationCustomizer addLoggerProviderCustomizer(
BiFunction<SdkLoggerProviderBuilder, ConfigProperties, SdkLoggerProviderBuilder>
meterProviderCustomizer) {
loggerProviderCustomizer) {
return this;
}

Expand Down

0 comments on commit bd52d5e

Please sign in to comment.