mirror of
https://github.com/songoda/EpicHoppers.git
synced 2024-11-22 18:25:59 +01:00
Fix my JavaDoc comment
This commit is contained in:
parent
a729496af1
commit
6c6af33eaf
@ -400,8 +400,8 @@ public class ModuleAutoCrafting extends Module {
|
||||
final Material[] alternativeTypes;
|
||||
|
||||
/**
|
||||
* <b>Ignored by {@link #equals(Object)}!</b><br>
|
||||
* This amount should be added to {@link #item} when crafting
|
||||
* <b>Ignored by {@link #isSimilar(Object)}!</b><br>
|
||||
* This amount should be added to {@link #item} when crafting,
|
||||
* to consider the complete item costs
|
||||
*/
|
||||
private int additionalAmount = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user