removed test compile warnings

INT-2267
removed test compile warnings(2)
This commit is contained in:
Oleg Zhurakousky
2011-11-29 12:34:52 -05:00
parent 5c606dfcb4
commit 634e190f5c
24 changed files with 124 additions and 116 deletions

View File

@@ -38,6 +38,7 @@ import com.gemstone.gemfire.distributed.DistributedSystem;
*/
public class CacheServerProcess {
@SuppressWarnings({ "deprecation", "rawtypes", "unchecked" })
public static void main(String[] args) throws Exception {
Properties props = new Properties();
@@ -45,6 +46,7 @@ public class CacheServerProcess {
props.setProperty("log-level", "info");
System.out.println("\nConnecting to the distributed system and creating the cache.");
DistributedSystem ds = DistributedSystem.connect(props);
Cache cache = CacheFactory.create(ds);