Skip to content

Commit 2748933

Browse files
committed
fix: Add missing period to Javadoc comment for checkstyle compliance
1 parent bcabdef commit 2748933

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

exporters/logging-otlp/src/test/java/io/opentelemetry/exporter/logging/otlp/OtlpJsonLoggingMetricExporterTest.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,10 @@ void getAggregationTemporality() {
4747
.isEqualTo(AggregationTemporality.DELTA);
4848
}
4949

50-
/** Test that the new create method with wrapperJsonObject parameter maintains correct aggregation temporality */
50+
/**
51+
* Test that the new create method with wrapperJsonObject parameter maintains correct aggregation
52+
* temporality.
53+
*/
5154
@Test
5255
void getAggregationTemporalityWithWrapperJsonObject() {
5356
assertThat(

0 commit comments

Comments
 (0)