>FromYourCode();

Source code quote in Java143

 July 24, 2014 am31 01:18
	public static IStorage create(boolean storeInMemory) {
		if (storeInMemory) {
			return new MemoryStorage();
		} else {
			return new MemoryStorage();
		}
	}

Check similar quotes

Share this quote