640641642643644645646647648649650
if( property != null ){ property = property.getSuccessor(); } if( property != null ){ return result.expandProperty( station.getStation().getController(), property ); } else{ return result; } }