fixed sample after cassandra map generelization

This commit is contained in:
jboner 2009-08-11 13:35:51 +02:00
parent 1bd2abf908
commit 6aac2607ac
2 changed files with 31 additions and 278 deletions

View file

@ -29,7 +29,7 @@ public class SimpleService {
private boolean hasStartedTicking = false;
private TransactionalState factory = new TransactionalState();
private TransactionalMap<String, Object> storage = factory.newPersistentMap(new CassandraStorageConfig());
private TransactionalMap<Object, Object> storage = factory.newPersistentMap(new CassandraStorageConfig());
@GET
@Produces({"application/json"})