Skip to content

Commit 7139c33

Browse files
committed
remove comment
1 parent dfcf91c commit 7139c33

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

instrumentation-docs/src/test/java/io/opentelemetry/instrumentation/docs/auditors/SupportedLibrariesAuditorTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
import org.mockito.junit.jupiter.MockitoExtension;
2525

2626
@ExtendWith(MockitoExtension.class)
27-
@SuppressWarnings("unchecked") // to allow mocking of generic HttpResponse
27+
@SuppressWarnings("unchecked")
2828
class SupportedLibrariesAuditorTest {
2929

3030
@Test

instrumentation-docs/src/test/java/io/opentelemetry/instrumentation/docs/auditors/SuppressionListAuditorTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
import org.mockito.junit.jupiter.MockitoExtension;
2626

2727
@ExtendWith(MockitoExtension.class)
28-
@SuppressWarnings("unchecked") // to allow mocking of generic HttpResponse
28+
@SuppressWarnings("unchecked")
2929
class SuppressionListAuditorTest {
3030

3131
@Test

0 commit comments

Comments
 (0)