Fix my JavaDoc comment

This commit is contained in:
Christian Koop 2020-04-16 20:02:36 +02:00 committed by Brianna
parent a729496af1
commit 6c6af33eaf

View File

@ -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;