finalize fields

This commit is contained in:
thatsIch
2015-01-01 21:19:50 +01:00
parent 8920d949d2
commit 236f6f72e3
5 changed files with 5 additions and 5 deletions
@@ -26,7 +26,7 @@ import cpw.mods.fml.relauncher.SideOnly;
public class FullIcon implements IIcon
{
private IIcon p;
private final IIcon p;
public FullIcon(IIcon o) {