未验证 提交 109e1463 编写于 作者: H He Wang 提交者: GitHub

fix javadoc (#55)

上级 37603aa1
......@@ -19,7 +19,6 @@ import com.oceanbase.clogproxy.client.listener.RecordListener;
import com.oceanbase.clogproxy.client.listener.StatusListener;
import com.oceanbase.clogproxy.client.util.Validator;
import com.oceanbase.clogproxy.common.packet.ProtocolVersion;
import io.netty.handler.ssl.SslContext;
/** A client that makes it easy to connect to log proxy and start a {@link ClientStream}. */
public class LogProxyClient {
......@@ -28,7 +27,7 @@ public class LogProxyClient {
private final ClientStream stream;
/**
* Constructor with {@link SslContext}.
* Constructor with {@link ClientConf}.
*
* @param host Log proxy hostname name or ip.
* @param port Log proxy port.
......@@ -60,7 +59,7 @@ public class LogProxyClient {
}
/**
* Constructor without {@link SslContext}.
* Constructor without {@link ClientConf}.
*
* @param host Log proxy hostname name or ip.
* @param port Log proxy port.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册