This commit is contained in:
kimchy 2010-03-05 12:56:37 +02:00
parent e735ff49d6
commit 51836e0fb6
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ import java.io.IOException;
import java.net.InetSocketAddress;
/**
* @author kimchy (Shay Banon)
* @author kimchy (shay.banon)
*/
public class InetSocketTransportAddress implements TransportAddress {

View File

@ -24,7 +24,7 @@ import org.elasticsearch.util.io.Streamable;
import java.io.Serializable;
/**
* @author kimchy (Shay Banon)
* @author kimchy (shay.banon)
*/
public interface TransportAddress extends Streamable, Serializable {