#1082: Add "since" to Deprecation annotations
By: DerFrZocker <derrieple@gmail.com>
This commit is contained in:
@@ -5,6 +5,6 @@ package org.bukkit.block;
|
||||
*
|
||||
* @see BrushableBlock
|
||||
*/
|
||||
@Deprecated
|
||||
@Deprecated(since = "1.20")
|
||||
public interface SuspiciousSand extends BrushableBlock {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user