Code cleanup
Added missing this, annotations, etc.
This commit is contained in:
@@ -188,7 +188,7 @@ public class CableBusRenderState
|
||||
{
|
||||
return false;
|
||||
}
|
||||
if( getClass() != obj.getClass() )
|
||||
if( this.getClass() != obj.getClass() )
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user