Fixed Javadoc errors

By: Sycholic <c_chekay@yahoo.com>
This commit is contained in:
Bukkit/Spigot
2016-03-22 09:18:24 -04:00
parent c77cf1cf71
commit 14838056ae
3 changed files with 3 additions and 3 deletions

View File

@@ -77,7 +77,7 @@ public interface PotionMeta extends ItemMeta {
*
* @param type the potion effect type to move
* @return true if the potion meta changed as a result of this call
* @deprecated use {@link #setType(PotionType)}
* @deprecated use {@link org.bukkit.potion.PotionType#PotionType}
*/
@Deprecated
boolean setMainEffect(PotionEffectType type);