Fix reference to TcpTransport in documentation

This commit is contained in:
Tim Brooks 2017-10-12 13:27:24 -06:00
parent 047a916169
commit e40c597b67
No known key found for this signature in database
GPG Key ID: C2AA3BB91A889E77
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ import java.util.function.Consumer;
import static org.hamcrest.Matchers.equalTo;
/** Unit tests for TCPTransport */
/** Unit tests for {@link TcpTransport} */
public class TcpTransportTests extends ESTestCase {
/** Test ipv4 host with a default port works */