1 package ChangedPackage;2 3 /** 4 * NEW: The changes in this class are to do with removals of a field which5 * has the same name as a field also removed from another class.6 */7 public class ChangedClass2 {8 9 }10