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