File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
r2dbc-mysql/src/main/java/io/asyncer/r2dbc/mysql Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -344,8 +344,9 @@ public final class MySqlConnectionFactoryProvider implements ConnectionFactoryPr
344344 /**
345345 * Option to configure the database server's RSA Public Key file path on the local system if RSA encryption
346346 * is desired such as when using caching_sha2_password authentication type while
347- * {@link io.asyncer.r2dbc.mysql.constant.SslMode} is DISABLED. If serverRSAPublicKeyFile not
348- * {@code null} and {@link io.asyncer.r2dbc.mysql.constant.SslMode} is not DISABLED, SSL encryption takes precedence.
347+ * {@link io.asyncer.r2dbc.mysql.constant.SslMode} is DISABLED. If serverRSAPublicKeyFile not
348+ * {@code null} and {@link io.asyncer.r2dbc.mysql.constant.SslMode} is not DISABLED, SSL encryption
349+ * takes precedence.
349350 *
350351 * @since 1.4.2
351352 */
You can’t perform that action at this time.
0 commit comments