Skip to content

Commit 132c959

Browse files
committed
update
1 parent 69c29bb commit 132c959

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/io/github/xinfra/lab/remoting/connection/ClientConnectionManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ public synchronized Connection connect(SocketAddress socketAddress) throws Remot
6767
}
6868

6969
@Override
70-
public synchronized Connection get(SocketAddress socketAddress) throws RemotingException {
70+
public Connection get(SocketAddress socketAddress) throws RemotingException {
7171
ensureStarted();
7272
Validate.notNull(socketAddress, "socketAddress can not be null");
7373

0 commit comments

Comments
 (0)