Finalize static field
This commit is contained in:
parent
63ab2bbad0
commit
e0175bac98
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ import appeng.util.Platform;
|
|||
public class AELog
|
||||
{
|
||||
|
||||
public static cpw.mods.fml.relauncher.FMLRelaunchLog instance = cpw.mods.fml.relauncher.FMLRelaunchLog.log;
|
||||
public static final FMLRelaunchLog instance = FMLRelaunchLog.log;
|
||||
|
||||
private AELog() {
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue