Skip to content

Commit

Permalink
[chore] Factories deprecation comment was incorrect (#6813)
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Boten <[email protected]>
  • Loading branch information
Alex Boten authored Dec 16, 2022
1 parent fc89094 commit 16faf49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion component/factories.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import (
"fmt"
)

// Deprecated: [v0.68.0] use service.Factories.
// Deprecated: [v0.68.0] use otelcol.Factories.
type Factories struct {
// Receivers maps receiver type names in the config to the respective factory.
Receivers map[Type]ReceiverFactory
Expand Down

0 comments on commit 16faf49

Please sign in to comment.