Pulling all pending Bukkit-JavaDoc changes

By: Wesley Wolfe <weswolf@aol.com>
This commit is contained in:
Bukkit/Spigot
2013-04-13 01:36:32 -05:00
parent 606b5ba706
commit a98bf9de33
6 changed files with 16 additions and 7 deletions

View File

@@ -44,11 +44,11 @@ public class PotionEffect implements ConfigurationSerializable {
}
/**
* Creates a potion affect. Assumes ambient is true.
* Creates a potion effect. Assumes ambient is true.
*
* @param type Effect type
* @param duration measured in ticks
* @param amplifier the amplifier for the affect
* @param amplifier the amplifier for the effect
* @see PotionEffect#PotionEffect(PotionEffectType, int, int, boolean)
*/
public PotionEffect(PotionEffectType type, int duration, int amplifier) {