aboutsummaryrefslogtreecommitdiffstats
path: root/yolean/abi-spec.json
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@gmail.com>2021-07-01 12:57:31 +0200
committerJon Bratseth <bratseth@gmail.com>2021-07-01 12:57:31 +0200
commitd79a53fe0d9d2f2d4b399e44e13495cc837614e5 (patch)
tree2b8a6eda2b1f3cfee47d0564c962642dbaafa2f3 /yolean/abi-spec.json
parentd78f33d83656b483f8402646135f78caceea3601 (diff)
Use closed boolean and cleanup
Diffstat (limited to 'yolean/abi-spec.json')
-rw-r--r--yolean/abi-spec.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/yolean/abi-spec.json b/yolean/abi-spec.json
index 82bf59ebf87..85aaaf5f64e 100644
--- a/yolean/abi-spec.json
+++ b/yolean/abi-spec.json
@@ -169,6 +169,7 @@
],
"methods": [
"public void <init>(com.yahoo.yolean.concurrent.ResourceFactory)",
+ "public void <init>(java.util.function.Supplier)",
"public final java.lang.Object alloc()",
"public final void free(java.lang.Object)",
"public java.util.Iterator iterator()"
@@ -209,7 +210,8 @@
],
"methods": [
"public void <init>()",
- "public abstract java.lang.Object create()"
+ "public abstract java.lang.Object create()",
+ "public final java.util.function.Supplier asSupplier()"
],
"fields": []
},