Skip to content

Commit 918c7d4

Browse files
committed
fix component provider comment
1 parent ef21f68 commit 918c7d4

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)