Skip to content

Commit 8be6b8e

Browse files
committed
Changed RSA to Rsa and fixed test
Signed-off-by: S V <[email protected]>
1 parent 0e62cc8 commit 8be6b8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

r2dbc-mysql/src/main/java/io/asyncer/r2dbc/mysql/MySqlConnectionFactory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ private static Mono<MySqlConnection> getMySqlConnection(
163163
password,
164164
configuration.getCompressionAlgorithms(),
165165
configuration.getZstdCompressionLevel(),
166-
configuration.getServerRSAPublicKeyFile()
166+
configuration.getServerRsaPublicKeyFile()
167167
).then(InitFlow.initSession(
168168
client,
169169
sessionDb,

0 commit comments

Comments
 (0)