aboutsummaryrefslogtreecommitdiffstats
path: root/yolean/abi-spec.json
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@verizonmedia.com>2020-12-01 17:06:42 +0100
committerBjørn Christian Seime <bjorncs@verizonmedia.com>2020-12-01 17:49:22 +0100
commit0b8d21fe0c915057e6c88cab1b2e988d60c5a16f (patch)
tree3f03f81c21ba25065b1b59e501b2520d65bab98e /yolean/abi-spec.json
parentf2599280846073b144c4065bf25478138cc38b67 (diff)
Add helper method to rethrow checked as unchecked
Diffstat (limited to 'yolean/abi-spec.json')
-rw-r--r--yolean/abi-spec.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/yolean/abi-spec.json b/yolean/abi-spec.json
index 4b68b2527b8..82bf59ebf87 100644
--- a/yolean/abi-spec.json
+++ b/yolean/abi-spec.json
@@ -40,7 +40,8 @@
"public static void uncheckAndIgnore(com.yahoo.yolean.Exceptions$RunnableThrowingIOException, java.lang.Class)",
"public static java.lang.Object uncheck(com.yahoo.yolean.Exceptions$SupplierThrowingIOException)",
"public static varargs java.lang.Object uncheck(com.yahoo.yolean.Exceptions$SupplierThrowingIOException, java.lang.String, java.lang.String[])",
- "public static java.lang.Object uncheckAndIgnore(com.yahoo.yolean.Exceptions$SupplierThrowingIOException, java.lang.Class)"
+ "public static java.lang.Object uncheckAndIgnore(com.yahoo.yolean.Exceptions$SupplierThrowingIOException, java.lang.Class)",
+ "public static java.lang.RuntimeException throwUnchecked(java.lang.Throwable)"
],
"fields": []
},