Removed nonexistant parameter from javadoc.

This commit is contained in:
TomyLobo 2013-08-25 12:27:15 +02:00 committed by wizjany
parent 8ce14dc982
commit 89e9829f28

View File

@ -32,7 +32,6 @@ public abstract class BlockBag {
* Stores a block as if it was mined.
*
* @param id
* @param data
* @throws BlockBagException
* @deprecated Use {@link BlockBag#storeDroppedBlock(int, int)} instead
*/