Skip to content

Commit

Permalink
Merge branch '1.0.x'
Browse files Browse the repository at this point in the history
  • Loading branch information
shakuzen committed Apr 19, 2023
2 parents dd22826 + 8309dac commit 7ff0829
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gradle-wrapper-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ jobs:
name: "Validation"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.5.0
- uses: actions/checkout@v3.5.2
- uses: gradle/wrapper-validation-action@v1
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,7 @@ public <C> Span.Builder extract(C carrier, Getter<C> getter) {
<C> Span.Builder extract(C carrier, Getter<C> getter);

/**
* Class that allows a {@code TextMapPropagator} to set propagated fields into a
* carrier.
* Class that allows a {@code Propagator} to set propagated fields into a carrier.
*
* <p>
* {@code Setter} is stateless and allows to be saved as a constant to avoid runtime
Expand Down Expand Up @@ -130,7 +129,7 @@ interface Setter<C> {
}

/**
* Interface that allows a {@code TextMapPropagator} to read propagated fields from a
* Interface that allows a {@code Propagator} to read propagated fields from a
* carrier.
*
* <p>
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ pluginManagement {
}

plugins {
id 'com.gradle.enterprise' version '3.12.6'
id 'com.gradle.enterprise' version '3.13'
id 'io.spring.ge.conventions' version '0.0.13'
id 'org.gradle.toolchains.foojay-resolver-convention' version '0.4.0'
}
Expand Down

0 comments on commit 7ff0829

Please sign in to comment.