Skip to content

Commit

Permalink
remove "Experimental" ApiStatus from method
Browse files Browse the repository at this point in the history
Co-authored-by: Bommels05 <[email protected]>
  • Loading branch information
TureBentzin and Bommels05 authored Jun 18, 2023
1 parent 87a0920 commit 6407a47
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@ public static boolean executedWithoutExceptionL(@NotNull Runnable runnable) {
return list.stream();
}

@ApiStatus.Experimental
public static void executeAndSwallow(ThrowingRunnable throwingRunnable) {
try {
throwingRunnable.run();
Expand Down

0 comments on commit 6407a47

Please sign in to comment.