Cleanup javadoc warnings in worldedit-core

This commit is contained in:
Kenzie Togami
2018-10-01 15:30:23 -07:00
parent aee011ea89
commit 36cbc5d9d0
6 changed files with 9 additions and 9 deletions

View File

@ -526,7 +526,7 @@ public class LocalSession {
* Get the tool assigned to the item.
*
* @param item the item type
* @return the tool, which may be {@link null}
* @return the tool, which may be {@code null}
*/
@Nullable
public Tool getTool(ItemType item) {