* @param path the path of the removed feature
* @param feature the feature
* @param featureType the feature type of the removed feature
*/
public void addRemovedFeature(String path, Feature feature, RevFeatureType featureType) {
removedFeatures.add(new FeatureInfo(feature, featureType, path));
addFeatureType(featureType);
}