Source code quote in Javan° 143
July 24, 2014 am31 01:18
public static IStorage create(boolean storeInMemory) {
if (storeInMemory) {
return new MemoryStorage();
} else {
return new MemoryStorage();
}
}