Javadoc fix

This commit is contained in:
GJ 2013-02-25 09:23:49 -05:00
parent 52467075b4
commit 3bd9a30055

View File

@ -316,7 +316,7 @@ public final class BlockChecks {
* Determine if a given block can activate Herbalism abilities * Determine if a given block can activate Herbalism abilities
* *
* @param blockState The {@link BlockState} of the block to check * @param blockState The {@link BlockState} of the block to check
* @return true if the block can be made mossy, false otherwise * @return true if the block can be activate Herbalism abilities, false otherwise
*/ */
public static boolean canActivateHerbalism(BlockState blockState) { public static boolean canActivateHerbalism(BlockState blockState) {
switch (blockState.getType()) { switch (blockState.getType()) {