Skip to content

Commit b49df9c

Browse files
committed
Sentences
1 parent ee3331c commit b49df9c

File tree

8 files changed

+9
-9
lines changed

8 files changed

+9
-9
lines changed

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 {@link
222+
* 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)