Skip to content

Commit 120fb2d

Browse files
renovate[bot]traskjkwatson
authored
fix(deps): update dependency checkstyle to v12 (#7737)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Trask Stalnaker <[email protected]> Co-authored-by: jwatson <[email protected]>
1 parent 6860d81 commit 120fb2d

File tree

10 files changed

+11
-11
lines changed

10 files changed

+11
-11
lines changed

buildSrc/src/main/kotlin/otel.java-conventions.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ java {
4242

4343
checkstyle {
4444
configDirectory.set(file("$rootDir/buildscripts/"))
45-
toolVersion = "11.1.0"
45+
toolVersion = "12.0.0"
4646
isIgnoreFailures = false
4747
configProperties["rootDir"] = rootDir
4848
}

sdk/metrics/src/jmhBasedTest/java/io/opentelemetry/sdk/metrics/internal/state/InstrumentGarbageCollectionBenchmark.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535

3636
/**
3737
* Run this through {@link InstrumentGarbageCollectionBenchmarkTest}, as it runs it embedded with
38-
* the GC profiler which what this test designed for (No need for command line run)
38+
* the GC profiler which what this test designed for (No need for command line run).
3939
*
4040
* <p>This test creates 10 asynchronous counters (any asynchronous instrument will do as the code
4141
* path is almost the same for all async instrument types), and 1000 attribute sets. Each time the

sdk/metrics/src/main/java/io/opentelemetry/sdk/metrics/internal/data/EmptyExponentialHistogramBuckets.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
import java.util.concurrent.ConcurrentHashMap;
1313

1414
/**
15-
* An empty {@link ExponentialHistogramBuckets}
15+
* An empty {@link ExponentialHistogramBuckets}.
1616
*
1717
* <p>This class is internal and is hence not for public use. Its APIs are unstable and can change
1818
* at any time.

sdk/metrics/src/main/java/io/opentelemetry/sdk/metrics/internal/data/MutableDoublePointData.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
import java.util.Objects;
1414

1515
/**
16-
* A mutable {@link DoublePointData}
16+
* A mutable {@link DoublePointData}.
1717
*
1818
* <p>This class is internal and is hence not for public use. Its APIs are unstable and can change
1919
* at any time.

sdk/metrics/src/main/java/io/opentelemetry/sdk/metrics/internal/data/MutableExponentialHistogramBuckets.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
import java.util.Objects;
1212

1313
/**
14-
* A mutable {@link ExponentialHistogramBuckets}
14+
* A mutable {@link ExponentialHistogramBuckets}.
1515
*
1616
* <p>This class is internal and is hence not for public use. Its APIs are unstable and can change
1717
* at any time.

sdk/metrics/src/main/java/io/opentelemetry/sdk/metrics/internal/data/MutableExponentialHistogramPointData.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
import java.util.List;
1414

1515
/**
16-
* A mutable {@link ExponentialHistogramPointData}
16+
* A mutable {@link ExponentialHistogramPointData}.
1717
*
1818
* <p>This class is internal and is hence not for public use. Its APIs are unstable and can change
1919
* at any time.

sdk/metrics/src/main/java/io/opentelemetry/sdk/metrics/internal/data/MutableHistogramPointData.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
import java.util.List;
1717

1818
/**
19-
* A mutable {@link HistogramPointData}
19+
* A mutable {@link HistogramPointData}.
2020
*
2121
* <p>This class is internal and is hence not for public use. Its APIs are unstable and can change
2222
* at any time.

sdk/metrics/src/main/java/io/opentelemetry/sdk/metrics/internal/data/MutableLongPointData.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
import java.util.Objects;
1414

1515
/**
16-
* Mutable {@link LongPointData}
16+
* A mutable {@link LongPointData}.
1717
*
1818
* <p>This class is internal and is hence not for public use. Its APIs are unstable and can change
1919
* at any time.

sdk/metrics/src/main/java/io/opentelemetry/sdk/metrics/internal/state/PooledHashMap.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
import javax.annotation.Nullable;
1717

1818
/**
19-
* A bucket-based hash map with an internal re-usable map entry objects pool
19+
* A bucket-based hash map with an internal re-usable map entry objects pool.
2020
*
2121
* <p>The goal of this map is to minimize memory allocation, leading to reduced time spent in
2222
* garbage collection.

sdk/trace/src/main/java/io/opentelemetry/sdk/trace/SdkTracerProviderBuilder.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,8 +218,8 @@ SdkTracerProviderBuilder addTracerConfiguratorCondition(
218218
}
219219

220220
/**
221-
* Set the exception attribute resolver, which resolves {@code exception.*} attributes when {@link
222-
* Span#recordException(Throwable)}
221+
* Sets the exception attribute resolver, which resolves {@code exception.*} attributes when
222+
* {@link Span#recordException(Throwable)} is called.
223223
*
224224
* <p>This method is experimental so not public. You may reflectively call it using {@link
225225
* SdkTracerProviderUtil#setExceptionAttributeResolver(SdkTracerProviderBuilder,

0 commit comments

Comments
 (0)