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
*/

View File

@ -46,8 +46,8 @@ public abstract class ChunkStore implements Closeable {
public static final int DATA_VERSION_MC_1_13 = 1519;
/**
* >> to chunk
* << from chunk
* {@code >>} - to chunk
* {@code <<} - from chunk
*/
public static final int CHUNK_SHIFTS = 4;