We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b9e630 commit 0a972dfCopy full SHA for 0a972df
javaagent-bootstrap/src/main/java/io/opentelemetry/javaagent/bootstrap/AgentClassLoader.java
@@ -88,8 +88,9 @@ public AgentClassLoader(
88
}
89
90
/**
91
- * Construct a new AgentClassLoader with a custom parent ClassLoader.
92
- * This is used by some 3rd party command-line utilities in order to reuse classes that are bundled as classdata files under `inst/`.
+ * Construct a new AgentClassLoader with a custom parent ClassLoader. This is used by some 3rd
+ * party command-line utilities in order to reuse classes that are bundled as classdata files
93
+ * under `inst/`.
94
*
95
* @param javaagentFile Used for resource lookups.
96
* @param internalJarFileName File name of the internal jar
0 commit comments