去掉test错误的override
git-svn-id: http://code.alibabatech.com/svn/dubbo/trunk@104 1a56cb94-b969-4eaa-88fa-be21384802f2
This commit is contained in:
parent
611ee65216
commit
d5dcfae5d9
|
|
@ -30,12 +30,10 @@ import com.alibaba.dubbo.remoting.transport.ClientToServerTest;
|
|||
*/
|
||||
public class NettyClientToServerTest extends ClientToServerTest {
|
||||
|
||||
@Override
|
||||
protected ExchangeServer newServer(int port, Replier<?> receiver) throws RemotingException {
|
||||
return Exchangers.bind(URL.valueOf("exchange://localhost:" + port + "?server=netty"), receiver);
|
||||
}
|
||||
|
||||
@Override
|
||||
protected ExchangeChannel newClient(int port) throws RemotingException {
|
||||
return Exchangers.connect(URL.valueOf("exchange://localhost:" + port + "?client=netty"));
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue