doc
This commit is contained in:
parent
e735ff49d6
commit
51836e0fb6
|
@ -25,7 +25,7 @@ import java.io.IOException;
|
||||||
import java.net.InetSocketAddress;
|
import java.net.InetSocketAddress;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @author kimchy (Shay Banon)
|
* @author kimchy (shay.banon)
|
||||||
*/
|
*/
|
||||||
public class InetSocketTransportAddress implements TransportAddress {
|
public class InetSocketTransportAddress implements TransportAddress {
|
||||||
|
|
||||||
|
|
|
@ -24,7 +24,7 @@ import org.elasticsearch.util.io.Streamable;
|
||||||
import java.io.Serializable;
|
import java.io.Serializable;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @author kimchy (Shay Banon)
|
* @author kimchy (shay.banon)
|
||||||
*/
|
*/
|
||||||
public interface TransportAddress extends Streamable, Serializable {
|
public interface TransportAddress extends Streamable, Serializable {
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue