Skip to content

Commit

Permalink
Fix deprecated message, missing version (#5411)
Browse files Browse the repository at this point in the history
Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>
  • Loading branch information
bogdandrutu authored May 24, 2022
1 parent a809e84 commit 210ae3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions component/componenterror/errors.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ import (
)

var (
// Deprecated: use component.ErrNilNextConsumer
// Deprecated: [v0.52.0] use component.ErrNilNextConsumer
ErrNilNextConsumer = component.ErrNilNextConsumer

// Deprecated: use component.ErrDataTypeIsNotSupported
// Deprecated: [v0.52.0] use component.ErrDataTypeIsNotSupported
ErrDataTypeIsNotSupported = component.ErrDataTypeIsNotSupported
)

0 comments on commit 210ae3d

Please sign in to comment.