Skip to content

Commit

Permalink
fix javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasKunz committed Sep 4, 2024
1 parent cbbb215 commit 77e4299
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ public class InstrumentationModuleClassLoader extends ClassLoader {
private final ElementMatcher<String> agentClassNamesMatcher;

/**
* Mutable list of packages from the agent classloader to hide. So even if a class matches {@link
* Mutable set of packages from the agent classloader to hide. So even if a class matches {@link
* #agentClassNamesMatcher}, it will not be attempted to be loaded from the agent classloader if
* it is from any of these packages.
*/
Expand Down

0 comments on commit 77e4299

Please sign in to comment.