Remove reference to Tracer bean from javadoc (#8104)

This commit is contained in:
Lauri Tulmin 2023-03-22 13:59:51 +02:00 committed by GitHub
parent 39f7816572
commit 4a87d6b0fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ import org.springframework.core.env.Environment;
import org.springframework.expression.spel.standard.SpelExpressionParser; import org.springframework.expression.spel.standard.SpelExpressionParser;
/** /**
* Create {@link io.opentelemetry.api.trace.Tracer} bean if bean is missing. * Create {@link io.opentelemetry.api.OpenTelemetry} bean if bean is missing.
* *
* <p>Adds span exporter beans to the active tracer provider. * <p>Adds span exporter beans to the active tracer provider.
* *