100101102103104105106107108109110
getBeanStore().put(id, beanInstance); } return instance; } finally { if (lock != null) { lock.unlock(); } } } else { return null; }