Fixing up javadoc to reflect how to create a junit4 OpenTelemetryRule (#5299)

This commit is contained in:
Michael Bazos 2023-03-15 17:44:38 -04:00 committed by GitHub
parent 145fb8c098
commit 302f889ed9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ import org.junit.rules.ExternalResource;
*
* <pre>{@code
* // public class CoolTest {
* // @Rule public OpenTelemetryExtension otelTesting = OpenTelemetryExtension.create();
* // @Rule public OpenTelemetryRule otelTesting = OpenTelemetryRule.create();
* //
* // private Tracer tracer;
* // private Meter meter;