mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
GUACAMOLE-708: Spelling correction in JavaDoc comments.
This commit is contained in:
@@ -242,9 +242,9 @@ public class MySQLGuacamoleProperties {
|
|||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Wether or not to automatically create accounts in the MySQL database for
|
* Whether or not to automatically create accounts in the MySQL database for
|
||||||
* users who successfully authenticate through another extension. By
|
* users who successfully authenticate through another extension. By default
|
||||||
* default users will not be automatically created.
|
* users will not be automatically created.
|
||||||
*/
|
*/
|
||||||
public static final BooleanGuacamoleProperty MYSQL_AUTO_CREATE_ACCOUNTS =
|
public static final BooleanGuacamoleProperty MYSQL_AUTO_CREATE_ACCOUNTS =
|
||||||
new BooleanGuacamoleProperty() {
|
new BooleanGuacamoleProperty() {
|
||||||
|
@@ -234,9 +234,9 @@ public class PostgreSQLGuacamoleProperties {
|
|||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Wether or not to automatically create accounts in the PostgreSQL database
|
* Whether or not to automatically create accounts in the PostgreSQL
|
||||||
* for users who successfully authenticate through another extension. By
|
* database for users who successfully authenticate through another
|
||||||
* default users will not be automatically created.
|
* extension. By default users will not be automatically created.
|
||||||
*/
|
*/
|
||||||
public static final BooleanGuacamoleProperty POSTGRESQL_AUTO_CREATE_ACCOUNTS =
|
public static final BooleanGuacamoleProperty POSTGRESQL_AUTO_CREATE_ACCOUNTS =
|
||||||
new BooleanGuacamoleProperty() {
|
new BooleanGuacamoleProperty() {
|
||||||
|
@@ -195,9 +195,9 @@ public class SQLServerGuacamoleProperties {
|
|||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Wether or not to automatically create accounts in the SQL Server database
|
* Whether or not to automatically create accounts in the SQL Server
|
||||||
* for users who successfully authenticate through another extension. By
|
* database for users who successfully authenticate through another
|
||||||
* default users will not be automatically created.
|
* extension. By default users will not be automatically created.
|
||||||
*/
|
*/
|
||||||
public static final BooleanGuacamoleProperty SQLSERVER_AUTO_CREATE_ACCOUNTS =
|
public static final BooleanGuacamoleProperty SQLSERVER_AUTO_CREATE_ACCOUNTS =
|
||||||
new BooleanGuacamoleProperty() {
|
new BooleanGuacamoleProperty() {
|
||||||
|
Reference in New Issue
Block a user