Details
-
Type:
Task
-
Status: Closed
-
Priority:
Minor
-
Resolution: Complete
-
Affects Version/s: None
-
Fix Version/s: 2.0.10 (Kay SR10), 2.1 RC2 (Lovelace)
-
Environment:Spring Data Lovelace/Kay + Pivotal GemFire 9.5.1
-
Sprint:Lovelace RC1
Description
Typo in sample code for Spring Data GemFire docs.
Under the section Global, JTA Transaction Management, sample code for Peer Cache JavaConfig, has a typo in the form of CacheFacatoryBean.
@Bean CacheFacatoryBean gemfireCache() { CacheFactoryBean gemfireCache = new CacheFactoryBean(); gemfireCache.setClose(true); gemfireCache.setCopyOnRead(true); return gemfireCache; }
CacheFacatoryBean to be read as CacheFactoryBean.