forked from External/mage
rewrote singleton to enum where applicable
This commit is contained in:
parent
3b62489ef5
commit
234cfe9519
872 changed files with 1796 additions and 2135 deletions
|
|
@ -19,10 +19,10 @@ import org.mage.plugins.card.utils.Transparency;
|
|||
|
||||
public class ImageManagerImpl implements ImageManager {
|
||||
|
||||
private static final ImageManagerImpl fInstance = new ImageManagerImpl();
|
||||
private static final ImageManagerImpl instance = new ImageManagerImpl();
|
||||
|
||||
public static ImageManagerImpl getInstance() {
|
||||
return fInstance;
|
||||
return instance;
|
||||
}
|
||||
|
||||
public ImageManagerImpl() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue