Commits

md_5 authored 69fa46950cc
Add some missing deprecation annotations
No tags

src/main/java/org/bukkit/entity/LingeringPotion.java

Modified
1 1 package org.bukkit.entity;
2 2
3 3 /**
4 4 * Represents a thrown lingering potion bottle
5 5 *
6 6 * @deprecated lingering status depends on only on the potion item.
7 7 */
8 +@Deprecated
8 9 public interface LingeringPotion extends ThrownPotion { }

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut