Fix reference to TcpTransport in documentation
This commit is contained in:
parent
047a916169
commit
e40c597b67
|
@ -45,7 +45,7 @@ import java.util.function.Consumer;
|
||||||
|
|
||||||
import static org.hamcrest.Matchers.equalTo;
|
import static org.hamcrest.Matchers.equalTo;
|
||||||
|
|
||||||
/** Unit tests for TCPTransport */
|
/** Unit tests for {@link TcpTransport} */
|
||||||
public class TcpTransportTests extends ESTestCase {
|
public class TcpTransportTests extends ESTestCase {
|
||||||
|
|
||||||
/** Test ipv4 host with a default port works */
|
/** Test ipv4 host with a default port works */
|
||||||
|
|
Loading…
Reference in New Issue