Skip to content

Commit

Permalink
spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasKunz committed Sep 13, 2024
1 parent d469892 commit ac1ae8a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ public ElementMatcher<TypeDescription> typeMatcher() {
// just an optimization to exclude common class loaders that are known to delegate to the
// bootstrap loader (or happen to _be_ the bootstrap loader)
// The AgentClassLoader and InstrumentationModuleClassloaders are required to be excluded
// for the instrumentation to work properly. loadClass on those is invoked during Advice bootstrapping
// for the instrumentation to work properly. loadClass on those is invoked during Advice
// bootstrapping
// which therefore would cause an infinite recursion
return not(namedOneOf(
"java.lang.ClassLoader",
Expand Down

0 comments on commit ac1ae8a

Please sign in to comment.