Skip to content

Commit 24a25cb

Browse files
committed
review
1 parent 99c81bb commit 24a25cb

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

javaagent/src/test/java/io/opentelemetry/javaagent/AgentLoadedIntoBootstrapTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
class AgentLoadedIntoBootstrapTest {
1717

1818
@Test
19-
void agentLoadsInWhenSeparateJvmIsLaunched() throws Exception {
19+
void agentLoadsWhenSeparateJvmIsLaunched() throws Exception {
2020
int exitCode =
2121
IntegrationTestUtils.runOnSeparateJvm(
2222
AgentLoadedChecker.class.getName(),

javaagent/src/test/java/io/opentelemetry/javaagent/classloading/ClassLoadingTest.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,6 @@ void makeSureByteBuddyDoesNotHoldStrongReferencesToClassLoader() throws Exceptio
5858
assertThat(ref.get()).isNull();
5959
}
6060

61-
// We are doing this because Groovy cannot properly resolve constructor argument types in
62-
// anonymous classes
6361
static class CountingClassLoader extends URLClassLoader {
6462
public int count = 0;
6563

0 commit comments

Comments
 (0)