forked from External/mage
Made utility classes final to explicitly forbid it's inheritance
This commit is contained in:
parent
f309717616
commit
498c8cf60c
80 changed files with 83 additions and 83 deletions
|
|
@ -47,7 +47,7 @@ import org.mage.card.arcane.UI;
|
|||
*
|
||||
* @author BetaSteward_at_googlemail.com
|
||||
*/
|
||||
public class ImageHelper {
|
||||
public final class ImageHelper {
|
||||
|
||||
protected static final HashMap<String, BufferedImage> images = new HashMap<>();
|
||||
protected static final HashMap<String, BufferedImage> backgrounds = new HashMap<>();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue