Puts everywhere brackets
This commit is contained in:
@@ -36,7 +36,9 @@ public class LayerIPipeConnection extends LayerBase implements IPipeConnection
|
||||
{
|
||||
IPart part = this.getPart( with );
|
||||
if( part instanceof IPipeConnection )
|
||||
{
|
||||
return ( (IPipeConnection) part ).overridePipeConnection( type, with );
|
||||
}
|
||||
return ConnectOverride.DEFAULT;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user