Modifier are now using a consistent order based on the java conventions

This commit is contained in:
yueh
2015-04-06 00:35:42 +02:00
parent e2d0e5d424
commit eaf57bedf6
109 changed files with 268 additions and 268 deletions
+2 -2
View File
@@ -480,7 +480,7 @@ public abstract class AEBasePart implements IPart, IGridProxyable, IActionHost,
}
@Override
final public boolean onActivate( EntityPlayer player, Vec3 pos )
public final boolean onActivate( EntityPlayer player, Vec3 pos )
{
if( this.useMemoryCard( player ) )
return true;
@@ -489,7 +489,7 @@ public abstract class AEBasePart implements IPart, IGridProxyable, IActionHost,
}
@Override
final public boolean onShiftActivate( EntityPlayer player, Vec3 pos )
public final boolean onShiftActivate( EntityPlayer player, Vec3 pos )
{
if( this.useMemoryCard( player ) )
return true;