Skip to content

Commit

Permalink
Remove obsolete warning suppression.
Browse files Browse the repository at this point in the history
  • Loading branch information
fnuecke committed Apr 15, 2024
1 parent f3c3454 commit 2283d87
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@

import java.util.Optional;

@SuppressWarnings("UnstableApiUsage")
public final class ItemEnergyStorageImpl {
public static Optional<ItemEnergyStorage> of(final ItemStack container) {
final ContainerItemContext context = ContainerItemContext.ofSingleSlot(new SingleStackStorage() {
Expand Down

0 comments on commit 2283d87

Please sign in to comment.