Checkstyle
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1082300 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a8c12eaa1d
commit
65667844fe
|
@ -67,6 +67,8 @@ public abstract class AtomicSafeInitializer<T> implements
|
|||
* Get (and initialize, if not initialized yet) the required object
|
||||
*
|
||||
* @return lazily initialized object
|
||||
* @throws ConcurrentException if the initialization of the object causes an
|
||||
* exception
|
||||
*/
|
||||
public final T get() throws ConcurrentException {
|
||||
T result;
|
||||
|
|
Loading…
Reference in New Issue