Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .generator/schemas/v2/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75869,7 +75869,7 @@ components:
- data
type: object
ObservabilityPipelineSpecData:
description: Contains the the pipeline configuration.
description: Contains the pipeline configuration.
properties:
attributes:
$ref: "#/components/schemas/ObservabilityPipelineDataAttributes"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public ObservabilityPipelineSpec data(ObservabilityPipelineSpecData data) {
}

/**
* Contains the the pipeline configuration.
* Contains the pipeline configuration.
*
* @return data
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
import java.util.Map;
import java.util.Objects;

/** Contains the the pipeline configuration. */
/** Contains the pipeline configuration. */
@JsonPropertyOrder({
ObservabilityPipelineSpecData.JSON_PROPERTY_ATTRIBUTES,
ObservabilityPipelineSpecData.JSON_PROPERTY_TYPE
Expand Down
Loading