Skip to content

Commit

Permalink
Fixing up javadoc to reflect how to create a junit4 OpenTelemetryRule (
Browse files Browse the repository at this point in the history
  • Loading branch information
mbazos committed Mar 15, 2023
1 parent 145fb8c commit 302f889
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
*
* <pre>{@code
* // public class CoolTest {
* // @Rule public OpenTelemetryExtension otelTesting = OpenTelemetryExtension.create();
* // @Rule public OpenTelemetryRule otelTesting = OpenTelemetryRule.create();
* //
* // private Tracer tracer;
* // private Meter meter;
Expand Down

0 comments on commit 302f889

Please sign in to comment.