final variables and parameters
seeing some methods it does actually help to enforce the parameters
This commit is contained in:
@@ -28,7 +28,7 @@ public class PartPanel extends AbstractPartPanel
|
||||
{
|
||||
|
||||
@Reflected
|
||||
public PartPanel( ItemStack is )
|
||||
public PartPanel( final ItemStack is )
|
||||
{
|
||||
super( is );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user