Skip to content

Commit

Permalink
Fix a typo in autoconfigure-spi module. (#5409)
Browse files Browse the repository at this point in the history
  • Loading branch information
chukunx committed Apr 27, 2023
1 parent 85fb390 commit 034d65b
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 034d65b

Please sign in to comment.