From 0584f1033abc06b1d1a49b7ad792d06aa5afa4ca Mon Sep 17 00:00:00 2001 From: Bukkit/Spigot Date: Mon, 17 Jun 2024 15:35:59 -0500 Subject: [PATCH] Remove note from InventoryView JavaDoc By: Miles Holder --- .../src/main/java/org/bukkit/inventory/InventoryView.java | 4 ---- 1 file changed, 4 deletions(-) diff --git a/paper-api/src/main/java/org/bukkit/inventory/InventoryView.java b/paper-api/src/main/java/org/bukkit/inventory/InventoryView.java index 6a8a9eb4d5..5b479ff2ab 100644 --- a/paper-api/src/main/java/org/bukkit/inventory/InventoryView.java +++ b/paper-api/src/main/java/org/bukkit/inventory/InventoryView.java @@ -8,10 +8,6 @@ import org.jetbrains.annotations.Nullable; /** * Represents a view linking two inventories and a single player (whose * inventory may or may not be one of the two). - *

- * Note: If you implement this interface but fail to satisfy the expected - * contracts of certain methods, there's no guarantee that the game will work - * as it should. */ public interface InventoryView { public static final int OUTSIDE = -999;