Fixed typo in Event javadoc, thanks to robin0van0der0v for the PR

This commit is contained in:
Nathan Adams
2012-01-15 10:43:42 +00:00
parent dae33a62c9
commit 77bcae7419

View File

@@ -597,7 +597,7 @@ public abstract class Event implements Serializable {
/**
* Called when an organic structure attempts to grow (Sapling -> Tree), (Mushroom -> Huge Mushroom), naturally or using bonemeal.
*
* @see org.bukkit.event.world.TreeGrowEvent
* @see org.bukkit.event.world.StructureGrowEvent
*/
STRUCTURE_GROW(Category.WORLD),
/**