File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
javaagent-bootstrap/src/main/java/io/opentelemetry/javaagent/bootstrap Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -94,11 +94,12 @@ public AgentClassLoader(
9494 * @param internalJarFileName File name of the internal jar
9595 * @param isSecurityManagerSupportEnabled Whether this class loader should define classes with all
9696 * permissions
97- * @param parentClassLoader Custom parent ClassLoader to use. If null, the default parent will be used.
97+ * @param parentClassLoader Custom parent ClassLoader to use. If null, the default parent will be
98+ * used.
9899 */
99100 public AgentClassLoader (
100- File javaagentFile ,
101- String internalJarFileName ,
101+ File javaagentFile ,
102+ String internalJarFileName ,
102103 boolean isSecurityManagerSupportEnabled ,
103104 @ Nullable ClassLoader parentClassLoader ) {
104105 super (new URL [] {}, parentClassLoader != null ? parentClassLoader : getParentClassLoader ());
You can’t perform that action at this time.
0 commit comments