Fixing referred to method after API change. getInitializedObject became get
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@930816 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
95e1aaebc2
commit
ac4bc3dbd5
|
@ -24,7 +24,7 @@ package org.apache.commons.lang3.concurrent;
|
|||
* The idea behind this interface is to provide access to an object in a
|
||||
* thread-safe manner. A {@code ConcurrentInitializer} can be passed to multiple
|
||||
* threads which can all access the object produced by the initializer. Through
|
||||
* the {@link #getInitializedObject()} method the object can be queried.
|
||||
* the {@link #get()} method the object can be queried.
|
||||
* </p>
|
||||
* <p>
|
||||
* Concrete implementations of this interface will use different strategies for
|
||||
|
|
Loading…
Reference in New Issue