21411 #2
|
@ -351,10 +351,8 @@ public class StorageIDResolver {
|
||||||
|
|
||||||
StorageClient client;
|
StorageClient client;
|
||||||
if(memory==null)
|
if(memory==null)
|
||||||
client=new StorageClient(StorageIDResolver.class.getName(), StorageIDResolver.class.getSimpleName(), STORAGEID_RESOLVER, AccessType.PUBLIC);
|
memory=MemoryType.PERSISTENT;
|
||||||
else
|
client=new StorageClient(StorageIDResolver.class.getName(), StorageIDResolver.class.getSimpleName(), STORAGEID_RESOLVER, AccessType.PUBLIC, memory);
|
||||||
client=new StorageClient(StorageIDResolver.class.getName(), StorageIDResolver.class.getSimpleName(), STORAGEID_RESOLVER, AccessType.PUBLIC, memory);
|
|
||||||
|
|
||||||
return new StorageClientInstance(client, memory, storageId);
|
return new StorageClientInstance(client, memory, storageId);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue