Replaces all local variables regarding their naming conventions
This commit is contained in:
@@ -46,9 +46,9 @@ public class GroupIngredient implements IIngredient
|
||||
{
|
||||
this.name = myName;
|
||||
|
||||
for( IIngredient I : ingredients )
|
||||
for( IIngredient ingredient : ingredients )
|
||||
{
|
||||
if( I.isAir() )
|
||||
if( ingredient.isAir() )
|
||||
{
|
||||
throw new RecipeError( "Cannot include air in a group." );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user