DATAGEODE-302 - Change locators property reference in Javadoc to 'spring.data.gemfire.locators'.

Format source code.
This commit is contained in:
John Blum
2020-03-30 17:03:25 -07:00
parent 10fa586ec5
commit 24b38dc380
2 changed files with 1 additions and 3 deletions

View File

@@ -14,7 +14,6 @@
* limitations under the License.
*
*/
package org.springframework.data.gemfire.config.annotation;
import java.lang.annotation.Documented;

View File

@@ -14,7 +14,6 @@
* limitations under the License.
*
*/
package org.springframework.data.gemfire.config.annotation;
import java.lang.annotation.Documented;
@@ -117,7 +116,7 @@ public @interface PeerCacheApplication {
/**
* Configures the list of Locators defining the cluster to which this Spring cache application will connect.
*
* Use {@literal spring.data.gemfire.cache.peer.locators} property in {@literal application.properties}.
* Use {@literal spring.data.gemfire.locators} property in {@literal application.properties}.
*/
String locators() default "";