1
0
mirror of https://github.com/plexusorg/Plex-FAWE.git synced 2025-04-17 04:43:03 +00:00

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

@ -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
*/