Skip to content

Commit 0f81de5

Browse files
committed
Remove too specific JDBC
1 parent 9fb9d8d commit 0f81de5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • crates/stackable-operator/src/databases/databases

crates/stackable-operator/src/databases/databases/mysql.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ pub struct MysqlConnection {
3737
/// against the MySQL server.
3838
pub credentials_secret: String,
3939

40-
/// Additional map of JDBC connection parameters to append to the connection URL. The given
40+
/// Additional map of connection parameters to append to the connection URL. The given
4141
/// `HashMap<String, String>` will be converted to query parameters in the form of
4242
/// `?param1=value1&param2=value2`.
4343
#[serde(default)]

0 commit comments

Comments
 (0)