From 71714f0c114a0ab846e8c3a8e1092a92a4fc79a2 Mon Sep 17 00:00:00 2001 From: Miles Holder Date: Mon, 17 Jun 2024 15:35:59 -0500 Subject: [PATCH] Remove note from InventoryView JavaDoc --- src/main/java/org/bukkit/inventory/InventoryView.java | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/main/java/org/bukkit/inventory/InventoryView.java b/src/main/java/org/bukkit/inventory/InventoryView.java index 6a8a9eb4..5b479ff2 100644 --- a/src/main/java/org/bukkit/inventory/InventoryView.java +++ b/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;