{
String name = "Imported Services";
parent = addChild( parent, name, name );
first = false;
}
addChild( parent, descriptor.descriptor().primaryType().getSimpleName(), descriptor );
}
}
private void buildEntitiesNode( Node parent, Iterable<EntityDetailDescriptor> iter )
{