+ separated sample from the build

+ updated readme files with regards to gradle
This commit is contained in:
Costin Leau
2011-07-20 18:48:30 +03:00
parent bcfaafc5e8
commit be8bcc5d93
10 changed files with 60 additions and 197 deletions

View File

@@ -58,6 +58,7 @@ public class GemfireCache implements Cache {
region.destroy(key);
}
@SuppressWarnings("unchecked")
public ValueWrapper get(Object key) {
Object value = region.get(key);