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

@ -89,7 +89,7 @@ public class BlockType {
}
/**
* Gets the properties of this BlockType in a key->property mapping.
* Gets the properties of this BlockType in a {@code key->property} mapping.
*
* @return The properties map
*/