Skip to content

Commit

Permalink
Fix the (weather -> whether) typo (#196)
Browse files Browse the repository at this point in the history
  • Loading branch information
pivovarit authored Jul 16, 2020
1 parent 38799ea commit 206fc4a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public final class CacheEnvironment {
public static final String CONFIG_FILE_PATH = "hibernate.cache.hazelcast.configuration_file_path";

/**
* Property to configure weather a Hazelcast client or node will be used for connection to the cluster
* Property to configure whether a Hazelcast client or node will be used for connection to the cluster
*/
public static final String USE_NATIVE_CLIENT = "hibernate.cache.hazelcast.use_native_client";

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public final class CacheEnvironment {
public static final String CONFIG_FILE_PATH = "hibernate.cache.hazelcast.configuration_file_path";

/**
* Property to configure weather a Hazelcast client or node will be used for connection to the cluster
* Property to configure whether a Hazelcast client or node will be used for connection to the cluster
*/
public static final String USE_NATIVE_CLIENT = "hibernate.cache.hazelcast.use_native_client";

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public final class CacheEnvironment {
public static final String CONFIG_FILE_PATH = "hibernate.cache.hazelcast.configuration_file_path";

/**
* Property to configure weather a Hazelcast client or node will be used for connection to the cluster
* Property to configure whether a Hazelcast client or node will be used for connection to the cluster
*/
public static final String USE_NATIVE_CLIENT = "hibernate.cache.hazelcast.use_native_client";

Expand Down

0 comments on commit 206fc4a

Please sign in to comment.