Skip to content

Commit 6407a47

Browse files
remove "Experimental" ApiStatus from method
Co-authored-by: Bommels05 <[email protected]>
1 parent 87a0920 commit 6407a47

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

API/src/main/java/net/juligames/core/api/misc/APIUtils.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,6 @@ public static boolean executedWithoutExceptionL(@NotNull Runnable runnable) {
130130
return list.stream();
131131
}
132132

133-
@ApiStatus.Experimental
134133
public static void executeAndSwallow(ThrowingRunnable throwingRunnable) {
135134
try {
136135
throwingRunnable.run();

0 commit comments

Comments
 (0)