final variables and parameters
This commit is contained in:
@@ -30,7 +30,7 @@ public class ContainerNull extends Container
|
||||
{
|
||||
|
||||
@Override
|
||||
public boolean canInteractWith( EntityPlayer entityplayer )
|
||||
public boolean canInteractWith( final EntityPlayer entityplayer )
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user