Skip to content

Commit

Permalink
improve wordings
Browse files Browse the repository at this point in the history
  • Loading branch information
stepansergeevitch committed Oct 30, 2024
1 parent a139c47 commit 144d598
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@ public enum FireboltSessionProperty {
ACCESS_TOKEN("access_token", null, String.class, "access token", p -> "***"),
ENVIRONMENT("environment", "app", String.class, "Firebolt environment", FireboltProperties::getEnvironment, "env"),
VALIDATE_ON_SYSTEM_ENGINE("validate_on_system_engine", false, Boolean.class,
"Whether to validate the connection on the system engine or not. Not validated by default", FireboltProperties::isValidateOnSystemEngine),
"Whether to validate the connection on the system engine or not. By default validates on an engine currently connected.",
FireboltProperties::isValidateOnSystemEngine),
// We keep all the deprecated properties to ensure backward compatibility - but
// they do not have any effect.
@Deprecated
Expand Down

0 comments on commit 144d598

Please sign in to comment.