Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
codeboten authored Apr 12, 2022
1 parent 84f1ea4 commit 64f78eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions service/config_provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,9 @@ type ConfigProviderSettings struct {
// MapConverters is a slice of config.MapConverterFunc.
MapConverters []config.MapConverterFunc

// Deprecated: [v0.49.0] because providing custom ConfigUnmarshaler is not necessary since users can wrap/implement
// Deprecated: [v0.49.0] providing custom ConfigUnmarshaler is not necessary since users can wrap/implement
// ConfigProvider if needed to change the resulted config. This functionality will be kept for at least 2 minor versions,
// and if nobody express a need for it will be removed.
// and if no one expresses a need for it will be removed.
Unmarshaler configunmarshaler.ConfigUnmarshaler
}

Expand Down

0 comments on commit 64f78eb

Please sign in to comment.