Fix typo in Java instrumentation doc (#4452)
This commit is contained in:
parent
5bb808146c
commit
cd5cc0a8dd
|
|
@ -650,7 +650,7 @@ public class Dice {
|
|||
}
|
||||
|
||||
public Dice(int min, int max) {
|
||||
this(min, max, OpenTelemetry.noop())
|
||||
this(min, max, OpenTelemetry.noop());
|
||||
}
|
||||
|
||||
// ...
|
||||
|
|
|
|||
Loading…
Reference in New Issue