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:
Henri Yandell 2010-04-05 07:57:10 +00:00
parent 95e1aaebc2
commit ac4bc3dbd5
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
* 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