Skip to content

Commit fd6b362

Browse files
authored
fix component provider comment (#15252)
1 parent ef21f68 commit fd6b362

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

declarative-config-bridge/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ And now the component provider that uses the Declarative Config Bridge:
6060
```java
6161

6262
@AutoService(ComponentProvider.class)
63-
public class InferredSpansComponentProvider implements ComponentProvider<SpanProcessor> {
63+
public class InferredSpansComponentProvider implements ComponentProvider {
6464

6565
@Override
6666
public String getName() {

0 commit comments

Comments
 (0)