Add temporary GemfireBeanFactoryLocatorProxy class extending SDG's GemfireBeanFactoryLocator to clean up references to BeanFactories stored by integration tests.

This commit is contained in:
John Blum
2018-05-28 22:46:22 -07:00
parent b3c72314a4
commit 400bcec902

View File

@@ -0,0 +1,11 @@
package org.springframework.data.gemfire.support;
/**
* The GemfireBeanFactoryLocatorProxy class...
*
* @author John Blum
* @since 1.0.0
*/
public class GemfireBeanFactoryLocatorProxy {
}