This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch fix/javadoc
in repository https://gitbox.apache.org/repos/asf/incubator-skywalking.git


The following commit(s) were added to refs/heads/fix/javadoc by this push:
     new 5ba864d  Fix an oracle javadoc.
5ba864d is described below

commit 5ba864d88dcf51eed698c579103dbdb833a88c46
Author: wu-sheng <[email protected]>
AuthorDate: Mon Feb 26 16:55:50 2018 +0800

    Fix an oracle javadoc.
---
 .../apm/plugin/jdbc/oracle/define/ConnectionInstrumentation.java        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/apm-sniffer/apm-sdk-plugin/oracle-10.x-plugin/src/main/java/org/apache/skywalking/apm/plugin/jdbc/oracle/define/ConnectionInstrumentation.java
 
b/apm-sniffer/apm-sdk-plugin/oracle-10.x-plugin/src/main/java/org/apache/skywalking/apm/plugin/jdbc/oracle/define/ConnectionInstrumentation.java
index 275b101..9702c25 100644
--- 
a/apm-sniffer/apm-sdk-plugin/oracle-10.x-plugin/src/main/java/org/apache/skywalking/apm/plugin/jdbc/oracle/define/ConnectionInstrumentation.java
+++ 
b/apm-sniffer/apm-sdk-plugin/oracle-10.x-plugin/src/main/java/org/apache/skywalking/apm/plugin/jdbc/oracle/define/ConnectionInstrumentation.java
@@ -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>

-- 
To stop receiving notification emails like this one, please contact
[email protected].

Reply via email to