去掉test错误的override

git-svn-id: http://code.alibabatech.com/svn/dubbo/trunk@104 1a56cb94-b969-4eaa-88fa-be21384802f2
This commit is contained in:
tony.chenl 2011-10-28 07:17:51 +00:00
parent 611ee65216
commit d5dcfae5d9
1 changed files with 0 additions and 2 deletions

View File

@ -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"));
}