mirror of
https://github.com/apache/commons-lang.git
synced 2025-02-12 04:55:14 +00:00
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 @@
|
|||||||
* The idea behind this interface is to provide access to an object in a
|
* 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
|
* thread-safe manner. A {@code ConcurrentInitializer} can be passed to multiple
|
||||||
* threads which can all access the object produced by the initializer. Through
|
* 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>
|
||||||
* <p>
|
* <p>
|
||||||
* Concrete implementations of this interface will use different strategies for
|
* Concrete implementations of this interface will use different strategies for
|
||||||
|
Loading…
x
Reference in New Issue
Block a user