Fix an oracle javadoc.
This commit is contained in:
parent
64d0660d21
commit
5ba864d88d
|
|
@ -32,7 +32,7 @@ import static net.bytebuddy.matcher.ElementMatchers.takesArguments;
|
|||
|
||||
/**
|
||||
* {@link ConnectionInstrumentation} define that the oracle plugin intercept the following methods that the class which
|
||||
* extend {@link oracle.jdbc.driver.PhysicalConnection}.
|
||||
* extend oracle.jdbc.driver.PhysicalConnection
|
||||
*
|
||||
* 1. Enhance <code>prepareStatement</code> by <code>org.apache.skywalking.apm.plugin.jdbc.oracle.CreatePreparedStatementInterceptor</code>
|
||||
* 2. Enhance <code>prepareCall</code> by <code>org.apache.skywalking.apm.plugin.jdbc.oracle.CreateCallableInterceptor</code>
|
||||
|
|
|
|||
Loading…
Reference in New Issue