Skip to content

Commit 4cbdd07

Browse files
committed
add > simple rpc framework
1 parent c2d1ddc commit 4cbdd07

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

socket/src/main/java/rpc/SimpleRpcFramework.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ public static void export(Object serviceImpl, int port) {
4747
* @param serviceInterface 要使用的服务的接口
4848
* @param host 服务所处的主机名称
4949
* @param port 服务所处的端口号
50-
* @param <T>
5150
* @return 服务
5251
*/
5352
public static <T> T use(Class<T> serviceInterface, String host, int port) {

0 commit comments

Comments
 (0)