mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-21 20:56:45 +01:00
Remove needless since javadoc tags
This commit is contained in:
parent
e922db9f32
commit
918c5a2470
@ -486,7 +486,6 @@ public class HybridPlotWorld extends ClassicPlotWorld {
|
||||
|
||||
/**
|
||||
* @deprecated This method should not be available for public API usage and will be made private.
|
||||
* @since TODO
|
||||
*/
|
||||
@Deprecated(forRemoval = true, since = "TODO")
|
||||
public void addOverlayBlock(short x, short y, short z, BaseBlock id, boolean rotate, int height) {
|
||||
@ -517,7 +516,6 @@ public class HybridPlotWorld extends ClassicPlotWorld {
|
||||
|
||||
/**
|
||||
* @deprecated This method should not be available for public API usage and will be made private.
|
||||
* @since TODO
|
||||
*/
|
||||
@Deprecated(forRemoval = true, since = "TODO")
|
||||
public void addOverlayBiome(short x, short z, BiomeType id) {
|
||||
|
Loading…
Reference in New Issue
Block a user