Skip to content

Commit 8a41ddc

Browse files
committed
Fixed setPages not annotated as deprecated
1 parent b013efd commit 8a41ddc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gui/base/src/main/java/it/angrybear/yagl/guis/DataGUI.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,7 @@ public int pages() {
254254
* @return this gui
255255
*/
256256
@Override
257+
@Deprecated
257258
public @NotNull DataGUI<T> setPages(int pages) {
258259
throw new IllegalStateException(ERROR_MESSAGE);
259260
}

0 commit comments

Comments
 (0)