Skip to content

Commit 91c3e27

Browse files
committed
refactor: remove Experimental
1 parent d8d7327 commit 91c3e27

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • inventory-framework-api/src/main/java/me/devnatan/inventoryframework/context

inventory-framework-api/src/main/java/me/devnatan/inventoryframework/context/IFContext.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ void performClickInComponent(
231231
* @param title The new container title (may be a String or a supported component type).
232232
*/
233233
@ApiStatus.Experimental
234-
void updateTitleForEveryoneExperimental(@NotNull Object title);
234+
void updateTitleForEveryone(@NotNull Object title);
235235

236236
/**
237237
* Updates the container title to all viewers in this context, to the initially defined title.

0 commit comments

Comments
 (0)