Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
CrazyHZM committed Apr 15, 2021
1 parent 5fdd793 commit 63208f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
/**
* InjvmProtocol
*/
public class InjvmProtocol extends AbstractProtocol {
public class InjvmProtocol extends AbstractProtocol implements Protocol{

public static final String NAME = LOCAL_PROTOCOL;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
package org.apache.dubbo.rpc.protocol.rmi;

import org.apache.dubbo.common.URL;
import org.apache.dubbo.rpc.Protocol;
import org.apache.dubbo.rpc.RpcException;
import org.apache.dubbo.rpc.protocol.AbstractProxyProtocol;
import org.apache.dubbo.rpc.service.GenericService;
Expand All @@ -41,7 +40,7 @@
/**
* RmiProtocol.
*/
public class RmiProtocol extends AbstractProxyProtocol implements Protocol{
public class RmiProtocol extends AbstractProxyProtocol{

public static final int DEFAULT_PORT = 1099;

Expand Down

0 comments on commit 63208f2

Please sign in to comment.