193194195196197198199
if(from == null && to == null) { return null; } return new FeatureDiffImpl(from, to); }
194195196197198199200