Checkstyle

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1082300 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/src/main/java/org/apache/commons/lang3/concurrent/AtomicSafeInitializer.java b/src/main/java/org/apache/commons/lang3/concurrent/AtomicSafeInitializer.java
index 687ece4..3b6d9c0 100644
--- a/src/main/java/org/apache/commons/lang3/concurrent/AtomicSafeInitializer.java
+++ b/src/main/java/org/apache/commons/lang3/concurrent/AtomicSafeInitializer.java
@@ -67,6 +67,8 @@
      * 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;