Skip to content

Commit

Permalink
tweak comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ankitpatel96 committed Nov 27, 2024
1 parent e198232 commit 59bb02d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions processor/schemaprocessor/internal/translation/revision_v1.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ import (
"github.com/open-telemetry/opentelemetry-collector-contrib/processor/schemaprocessor/internal/transformer"
)

// RevisionV1 represents all changes that are to be
// applied to a signal at a given version.
// RevisionV1 represents all changes that are to be applied to a signal at a given version. V1 represents the fact
// that we only support the Schema Files version 1.0 - not 1.1 which contains split.
// todo(ankit) implement split and rest of otel schema
type RevisionV1 struct {
ver *Version
Expand Down

0 comments on commit 59bb02d

Please sign in to comment.