We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69c29bb commit 132c959Copy full SHA for 132c959
src/main/java/io/github/xinfra/lab/remoting/connection/ClientConnectionManager.java
@@ -67,7 +67,7 @@ public synchronized Connection connect(SocketAddress socketAddress) throws Remot
67
}
68
69
@Override
70
- public synchronized Connection get(SocketAddress socketAddress) throws RemotingException {
+ public Connection get(SocketAddress socketAddress) throws RemotingException {
71
ensureStarted();
72
Validate.notNull(socketAddress, "socketAddress can not be null");
73
0 commit comments