#587: Fix various javadoc typos

By: Matthew Sanders <msanders5984@gmail.com>
This commit is contained in:
Bukkit/Spigot
2021-02-22 19:36:26 +11:00
parent 6924afb662
commit 19b6eb1dda
3 changed files with 6 additions and 6 deletions

View File

@@ -134,7 +134,7 @@ public class PlayerDeathEvent extends EntityDeathEvent {
* <p>
* This overrides all other EXP settings
* <p>
* <b>This doesn't prevent prevent the EXP from dropping.
* <b>This doesn't prevent the EXP from dropping.
* {@link #setDroppedExp(int)} should be used stop the
* EXP from dropping.</b>
*
@@ -147,7 +147,7 @@ public class PlayerDeathEvent extends EntityDeathEvent {
/**
* Sets if the Player keeps inventory on death.
* <p>
* <b>This doesn't prevent prevent the items from dropping.
* <b>This doesn't prevent the items from dropping.
* {@code getDrops().clear()} should be used stop the
* items from dropping.</b>
*