BUILDTOOLS-203: Fix invalid javadoc

By: md_5 <git@md-5.net>
This commit is contained in:
Bukkit/Spigot
2016-03-04 16:16:59 +11:00
parent d1a778a07c
commit ad7fee9850
10 changed files with 65 additions and 72 deletions

View File

@@ -6,9 +6,9 @@ import org.bukkit.TreeSpecies;
/**
* Represents wood blocks of different species.
*
* @see Material.WOOD
* @see Material.SAPLING
* @see Material.WOOD_DOUBLE_STEP
* @see Material#WOOD
* @see Material#SAPLING
* @see Material#WOOD_DOUBLE_STEP
*/
public class Wood extends MaterialData {
protected static final Material DEFAULT_TYPE = Material.WOOD;