This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/juneau.git

commit 7b9146b60a6e4a6375ea6838582397126126e427
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Apr 6 09:26:48 2024 -0400

    Add missing Javadoc
---
 .../java/org/apache/juneau/common/internal/ThrowableUtils.java     | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git 
a/juneau-core/juneau-common/src/main/java/org/apache/juneau/common/internal/ThrowableUtils.java
 
b/juneau-core/juneau-common/src/main/java/org/apache/juneau/common/internal/ThrowableUtils.java
index 9830be34a..bc2a0b60d 100644
--- 
a/juneau-core/juneau-common/src/main/java/org/apache/juneau/common/internal/ThrowableUtils.java
+++ 
b/juneau-core/juneau-common/src/main/java/org/apache/juneau/common/internal/ThrowableUtils.java
@@ -88,6 +88,13 @@ public class ThrowableUtils {
        @SuppressWarnings("javadoc")
        @FunctionalInterface
        public interface SupplierWithThrowable<T> {
+
+           /**
+            * Gets a result.
+            *
+            * @return a result
+            * @throws Throwable if supplier threw an exception.
+            */
                T get() throws Throwable;
        }
 

Reply via email to