Skip to content

Commit 0a972df

Browse files
committed
./gradlew spotlessApply
1 parent 5b9e630 commit 0a972df

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

javaagent-bootstrap/src/main/java/io/opentelemetry/javaagent/bootstrap/AgentClassLoader.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,9 @@ public AgentClassLoader(
8888
}
8989

9090
/**
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/`.
91+
* Construct a new AgentClassLoader with a custom parent ClassLoader. This is used by some 3rd
92+
* party command-line utilities in order to reuse classes that are bundled as classdata files
93+
* under `inst/`.
9394
*
9495
* @param javaagentFile Used for resource lookups.
9596
* @param internalJarFileName File name of the internal jar

0 commit comments

Comments
 (0)