Fix a comment

This commit is contained in:
wu-sheng 2017-12-06 15:06:06 +08:00
parent 374517ca03
commit 8e86bc6fa2
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ import org.skywalking.apm.agent.core.plugin.match.ClassMatch;
import static org.skywalking.apm.plugin.jdbc.mysql.define.MultiClassNameMatch.byMultiClassMatch;
/**
* {@link Mysql50ConnectionInstrumentation} interceptor the {@link com.mysql.cj.jdbc.ConnectionImpl} class above the
* {@link Mysql5xConnectionInstrumentation } interceptor the {@link com.mysql.cj.jdbc.ConnectionImpl} class above the
* version 5.1+ of mysql jdbc driver jar.
*
* @author zhangxin