This commit is contained in:
Steven Lawson 2012-03-03 15:47:03 -05:00
parent 3644cd9e7b
commit 2d1ff05dda

View file

@ -395,4 +395,9 @@ public class TelnetListener extends Handler implements CommandSender
{
return;
}
public void sendMessage(String[] strings)
{
throw new UnsupportedOperationException("Not supported yet.");
}
}