Fix typo (#9496)
This commit is contained in:
parent
403e133446
commit
952b6ec394
|
@ -3,7 +3,7 @@ plugins {
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
JDDC instrumentation uses VirtualField<Connection, DbInfo>. Add DbInfo, that is used as the value of
|
JDBC instrumentation uses VirtualField<Connection, DbInfo>. Add DbInfo, that is used as the value of
|
||||||
VirtualField, to boot loader. We do this because when JDBC instrumentation is started in multiple
|
VirtualField, to boot loader. We do this because when JDBC instrumentation is started in multiple
|
||||||
class loaders in the same hierarchy, each would define their own version of DbInfo. It is possible
|
class loaders in the same hierarchy, each would define their own version of DbInfo. It is possible
|
||||||
that the value read from virtual field would be from the wrong class loader and could produce a
|
that the value read from virtual field would be from the wrong class loader and could produce a
|
||||||
|
|
Loading…
Reference in New Issue