mirror of
https://github.com/songoda/SongodaCore.git
synced 2024-11-27 12:35:12 +01:00
gitlab doesn't like sun
This commit is contained in:
parent
d5eb450f5c
commit
ff3443043b
@ -1,6 +1,5 @@
|
||||
package com.songoda.core.gui;
|
||||
|
||||
import com.sun.istack.internal.NotNull;
|
||||
import org.bukkit.inventory.Inventory;
|
||||
import org.bukkit.inventory.InventoryHolder;
|
||||
|
||||
@ -15,7 +14,7 @@ class GuiHolder implements InventoryHolder {
|
||||
final Gui gui;
|
||||
final GuiManager manager;
|
||||
|
||||
public GuiHolder(@NotNull GuiManager manager, @NotNull Gui gui) {
|
||||
public GuiHolder(GuiManager manager, Gui gui) {
|
||||
this.gui = gui;
|
||||
this.manager = manager;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user