Replaces all method parameter regarding their naming conventions

This commit is contained in:
thatsIch
2015-05-08 23:25:19 +02:00
parent a44369a272
commit f193c2adc4
76 changed files with 381 additions and 381 deletions
@@ -28,9 +28,9 @@ public class AEGlassMaterial extends Material
public static final AEGlassMaterial INSTANCE = ( new AEGlassMaterial( MapColor.airColor ) );
public AEGlassMaterial( MapColor p_i2116_1_ )
public AEGlassMaterial( MapColor color )
{
super( p_i2116_1_ );
super( color );
}
@Override