3
0
Mirror von https://github.com/IntellectualSites/FastAsyncWorldEdit.git synchronisiert 2024-11-07 20:10:06 +01:00

Removed nonexistant parameter from javadoc.

Dieser Commit ist enthalten in:
TomyLobo 2013-08-25 12:27:15 +02:00 committet von wizjany
Ursprung 8ce14dc982
Commit 89e9829f28

Datei anzeigen

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