57585960616263646566
{ if (!_added) { Inventory.inventory().addToList(new BasicLockStoreSetup()); Inventory.inventory().addToList(new BasicPersistentLockStoreSetup()); Inventory.inventory().addToList(new BasicSemaphoreSetup()); _added = true; } }
18192021222324252627
/* */ { /* 58 */ if (!_added) /* */ { /* 60 */ Inventory.inventory().addToList(new BasicLockStoreSetup()); /* 61 */ Inventory.inventory().addToList(new BasicPersistentLockStoreSetup()); /* 62 */ Inventory.inventory().addToList(new BasicSemaphoreSetup()); /* */ /* 64 */ _added = true; /* */ } /* */ }