Skip to content

Commit 8aa19ed

Browse files
vasanttejahilmarf
andauthored
converting comment to javadoc.
Co-authored-by: Hilmar Falkenberg <[email protected]>
1 parent 2264a41 commit 8aa19ed

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,9 @@ void getAggregationTemporality() {
4747
.isEqualTo(AggregationTemporality.DELTA);
4848
}
4949

50+
/** Test that the new create method with wrapperJsonObject parameter maintains correct aggregation temporality */
5051
@Test
5152
void getAggregationTemporalityWithWrapperJsonObject() {
52-
// Test that the new create method with wrapperJsonObject parameter maintains correct
53-
// aggregation temporality
5453
assertThat(
5554
OtlpJsonLoggingMetricExporter.create(AggregationTemporality.CUMULATIVE, false)
5655
.getAggregationTemporality(InstrumentType.COUNTER))

0 commit comments

Comments
 (0)