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 b2ad77f commit 823dd86Copy full SHA for 823dd86
r2dbc-mysql/src/main/java/io/asyncer/r2dbc/mysql/client/ReactorNettyClient.java
@@ -272,7 +272,7 @@ private static void resetSequence(Connection connection) {
272
@Override
273
public String toString() {
274
return String.format("ReactorNettyClient(%s){connectionId=%d}",
275
- isConnected()? "activating" : "closing or closed", context.getConnectionId());
+ isConnected() ? "activating" : "closing or closed", context.getConnectionId());
276
}
277
278
private void emitNextRequest(ClientMessage request) {
0 commit comments