We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87a0920 commit 6407a47Copy full SHA for 6407a47
API/src/main/java/net/juligames/core/api/misc/APIUtils.java
@@ -130,7 +130,6 @@ public static boolean executedWithoutExceptionL(@NotNull Runnable runnable) {
130
return list.stream();
131
}
132
133
- @ApiStatus.Experimental
134
public static void executeAndSwallow(ThrowingRunnable throwingRunnable) {
135
try {
136
throwingRunnable.run();
0 commit comments