Skip to content

Commit ac906de

Browse files
committed
Fixed wrong access modifier in GUI.update()
1 parent 1da2814 commit ac906de

File tree

1 file changed

+1
-1
lines changed
  • src/main/java/com/sentropic/guiapi/gui

1 file changed

+1
-1
lines changed

src/main/java/com/sentropic/guiapi/gui/GUI.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ public void putUnderneath(@NotNull GUIComponent component) {
8686
}
8787

8888
@SuppressWarnings("unused")
89-
private boolean update(@NotNull GUIComponent component) {
89+
public boolean update(@NotNull GUIComponent component) {
9090
boolean success = false;
9191
String id = component.getID();
9292
checkID(id);

0 commit comments

Comments
 (0)