Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
Signed-off-by: Pavol Loffay <ploffay@redhat.com>
  • Loading branch information
pavolloffay committed Apr 28, 2020
1 parent bdb708e commit 080e5af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/opentelemetry-collector/app/exporter/cassandra/factory.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ func (Factory) Type() configmodels.Type {
return TypeStr
}

//CreateDefaultConfig returns default configuration of Factory.
//This function implements OTEL component.ExporterFactoryBase interface.
// CreateDefaultConfig returns default configuration of Factory.
// This function implements OTEL component.ExporterFactoryBase interface.
func (f Factory) CreateDefaultConfig() configmodels.Exporter {
opts := f.OptionsFactory()
return &Config{
Expand Down

0 comments on commit 080e5af

Please sign in to comment.