fix final in ACEditor

This commit is contained in:
Hanmac
2018-02-18 11:17:48 +01:00
parent d544d69524
commit 25efe15329

View File

@@ -499,7 +499,7 @@ public abstract class ACEditorBase<TItem extends InventoryItem, TModel extends D
* *
* @param qty a negative quantity will prompt the user for a number * @param qty a negative quantity will prompt the user for a number
*/ */
private void addMakeFoil(int qty) { private void addMakeFoil(final int qty) {
final int shortcutModifiers = 0; final int shortcutModifiers = 0;
String label = "Foil " + SItemManagerUtil.getItemDisplayString(getItemManager().getSelectedItems(), qty, false); String label = "Foil " + SItemManagerUtil.getItemDisplayString(getItemManager().getSelectedItems(), qty, false);