SGF-447 - Fix Spring Data GemFire due to recent changes to Apache Geode that removed various internal utility classes in favor of external Spring classes.

(cherry picked from commit 042af996e69c87e936f34003e02c826470ef41ab)
This commit is contained in:
Jens Deppe
2015-12-30 16:57:38 -08:00
parent 8590f2c222
commit 693a2e89c3
4 changed files with 5 additions and 5 deletions

View File

@@ -16,9 +16,10 @@
package org.springframework.data.gemfire;
import com.gemstone.gemfire.cache.Scope;
import org.springframework.util.StringUtils;
import com.gemstone.gemfire.cache.Scope;
/**
* The ScopeType enum is an enumeration of GemFire Scopes.
*