Fix typo
This commit is contained in:
parent
df6cb663d4
commit
f371e391a8
|
@ -26,7 +26,7 @@ import java.util.regex.Pattern;
|
|||
*
|
||||
* <p>JVM loads this class onto app's classloader, afterwards agent needs to inject its classes onto
|
||||
* bootstrap classpath. This leads to this class being visible on bootstrap. This in turn means that
|
||||
* this class may be loaded again on bootstrap by accident if we ever reference is after bootstrap
|
||||
* this class may be loaded again on bootstrap by accident if we ever reference it after bootstrap
|
||||
* has been setup.
|
||||
*
|
||||
* <p>In order to avoid this we need to make sure we do a few things:
|
||||
|
|
Loading…
Reference in New Issue