Remove deprecated Region#contract/expand(Vector) methods

Those methods hid varargs versions which are not deprecated
This commit is contained in:
aumgn
2012-11-12 10:36:44 +01:00
parent 574f162019
commit da400ffdeb
3 changed files with 0 additions and 32 deletions

View File

@ -271,7 +271,6 @@ public class SelectionCommands {
max = 3
)
@CommandPermissions("worldedit.selection.expand")
@SuppressWarnings("deprecation")
public void expand(CommandContext args, LocalSession session, LocalPlayer player,
EditSession editSession) throws WorldEditException {
@ -348,7 +347,6 @@ public class SelectionCommands {
max = 3
)
@CommandPermissions("worldedit.selection.contract")
@SuppressWarnings("deprecation")
public void contract(CommandContext args, LocalSession session, LocalPlayer player,
EditSession editSession) throws WorldEditException {