Skip to content

Commit f5ca5b5

Browse files
committed
Edit Javadoc in the EnableClusterAware annotation.
1 parent b8fa1d9 commit f5ca5b5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

spring-geode-project/spring-geode/src/main/java/org/springframework/geode/config/annotation/EnableClusterAware.java

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,17 +56,17 @@
5656
* before the cluster aware logic considers that a cluster actually exists.
5757
*
5858
* Previously, in cloud-managed environments (e.g. VMware Tanzu Application Service (TAS) for VMs, formerly known as
59-
* Pivotal Platform or Pivotal CloudFoundry (PCF), or Kubernetes, known as VMware Tanzu Application Service for K8S)
59+
* Pivotal Platform or Pivotal CloudFoundry (PCF), or Kubernetes, known as VMware Tanzu Application Platform for K8S)
6060
* it was assumed that a cluster would be provisioned and available, and that the Spring Boot, Apache Geode
6161
* {@link ClientCache} application would connect to the cluster on deployment (push).
6262
*
6363
* However, is entirely possible that users may push Spring Boot, Apache Geode {@link ClientCache} applications
64-
* to a cloud-managed environment where not cluster was provisioned and is available, and user simply want their
64+
* to a cloud-managed environment where no cluster was provisioned and is available, and users simply want their
6565
* apps to run in local-only mode.
6666
*
67-
* The strict match configuration setting absolutely requires that at least 1 connection must be established. Use
68-
* of this configuration setting also promotes a fail-fast protocol, or at least early detection (when log levels
69-
* are adjusted accordingly) that a cluster is not available.
67+
* The strict match configuration setting absolutely requires at least 1 connection must be established. Use of this
68+
* configuration setting also promotes a fail-fast protocol, or at least early detection (when log levels are
69+
* adjusted accordingly) that a cluster is not available.
7070
*
7171
* Use {@literal spring.boot.data.gemfire.cluster.condition.match.strict}
7272
* in Spring Boot {@literal application.properties}.

0 commit comments

Comments
 (0)