Fix javadoc

This commit is contained in:
GeorgH93 2021-07-05 19:14:12 +02:00
parent d7b0f34695
commit d7d6cc1986
No known key found for this signature in database
GPG Key ID: D1630D37F9E4B3C8

View File

@ -126,9 +126,9 @@ public interface Backpack extends InventoryHolder
}
/**
* Checks if this backpack is a multi page backpack page.
* Checks if this backpack is a multi-page backpack page.
*
* @return true if this backpack is a multi page backpack page.
* @return true if this backpack is a multi-page backpack page.
*/
default boolean isBackpackPage()
{
@ -138,7 +138,7 @@ default boolean isBackpackPage()
/**
* Gets the {@link BackpackMultiPage} that owns this backpack page.
*
* @return null if not owned by a multi page backpack.
* @return null if not owned by a multi-page backpack.
*/
@Nullable BackpackMultiPage getMultiPageOwner();