mirror of
https://github.com/magefree/mage.git
synced 2026-01-18 09:19:56 -08:00
[minor] access modifer order
This commit is contained in:
parent
ec546a5ae6
commit
a7a565bb8f
549 changed files with 1032 additions and 1040 deletions
|
|
@ -60,7 +60,7 @@ import java.util.UUID;
|
|||
*/
|
||||
public abstract class AbilityImpl<T extends AbilityImpl<T>> implements Ability {
|
||||
|
||||
private final static transient Logger logger = Logger.getLogger(AbilityImpl.class);
|
||||
private static final transient Logger logger = Logger.getLogger(AbilityImpl.class);
|
||||
|
||||
protected UUID id;
|
||||
protected UUID originalId;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue