Skip to content

Commit 0a2b435

Browse files
revert changes on the comments
1 parent 20b54d3 commit 0a2b435

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tools/cli/internal/openapi/filter/operations.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import (
1717
"github.com/getkin/kin-openapi/openapi3"
1818
)
1919

20-
// OperationsFilter is a filter that removes the x-xgen-owner-team extension from operations
20+
// Filter: OperationsFilter is a filter that removes the x-xgen-owner-team extension from operations
2121
// and moves the x-sunset extension to the operation level.
2222
type OperationsFilter struct {
2323
oas *openapi3.T

tools/cli/internal/openapi/filter/versioning.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import (
2222
"github.com/mongodb/openapi/tools/cli/internal/apiversion"
2323
)
2424

25-
// VersioningFilter is a filter that modifies the OpenAPI spec by removing operations and responses
25+
// Filter: VersioningFilter is a filter that modifies the OpenAPI spec by removing operations and responses
2626
// that are not supported by the target version.
2727
type VersioningFilter struct {
2828
oas *openapi3.T

0 commit comments

Comments
 (0)