Skip to content

Commit df51dfb

Browse files
committed
Javadoc
1 parent f66f39f commit df51dfb

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/main/java/org/apache/commons/lang3/concurrent/AtomicSafeInitializer.java

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -117,11 +117,10 @@ private AtomicSafeInitializer(final FailableSupplier<T, ConcurrentException> ini
117117
}
118118

119119
/**
120-
* Gets (and initialize, if not initialized yet) the required object
120+
* Gets (and initialize, if not initialized yet) the required object.
121121
*
122-
* @return lazily initialized object
123-
* @throws ConcurrentException if the initialization of the object causes an
124-
* exception
122+
* @return lazily initialized object.
123+
* @throws ConcurrentException if the initialization of the object causes an exception.
125124
*/
126125
@Override
127126
public final T get() throws ConcurrentException {

0 commit comments

Comments
 (0)